4.1.11 release notes#
March 30, 2026
Warning
Upgrading from previous versions
django CMS 4.1 is the first community release of django CMS 4. Django CMS 4 introduces changes that require action if you are upgrading from a 3.x version. Please read the step-by-step guide to the process of upgrading from 3.5+ to 4 here: 4.0.0 release notes
Welcome to django CMS 4.1.10!
Django and Python compatibility#
django CMS supports Django 3.2 to 5.2. We highly recommend and only support the latest release of each series.
It supports Python 3.9, 3.10, 3.11, and 3.12. As for Django we highly recommend and only support the latest release of each series.
What’s new in 4.1.11#
Bug Fixes:#
Chunk size was missing for plugin queryset.iterator() (#8532) by @fsbraun in https://github.com/django-cms/django-cms/pull/8534
Fallback languages rendered empty (when not redirecting) by @fsbraun in https://github.com/django-cms/django-cms/pull/8559
Add page_title parameter to cms.api.create_page function for branch releases/4.1.x by @PeterW-LWL in https://github.com/django-cms/django-cms/pull/8570
XSS vulnerability in validator error message (#8576) by @fsbraun in https://github.com/django-cms/django-cms/pull/8579
Readonly-fields of GrouperAdmin had side effects by @fsbraun in https://github.com/django-cms/django-cms/pull/8599
Statistics:#
This release includes 5 pull requests, and was created with the help of the following contributors (in alphabetical order):
Fabian Braun (5 pull requests)
With the review help of the following contributors:
Vinit Kumar
Thanks to all contributors for their efforts!