| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.1.10 source code.tar.gz | 2026-03-04 | 6.1 MB | |
| 4.1.10 source code.zip | 2026-03-04 | 7.0 MB | |
| README.md | 2026-03-04 | 1.9 kB | |
| Totals: 3 Items | 13.1 MB | 0 | |
What's Changed
- fix: Searching pages for language-specific content failed due to wrong serach queryset (#8355) by @fsbraun in https://github.com/django-cms/django-cms/pull/8360
- fix: Fix default value for edit_fields parameter to avoid AttributeError by @fsbraun in https://github.com/django-cms/django-cms/pull/8382
- fix: avoid escaping (= stringify) None-values in PageAttribute template tag by @fsbraun in https://github.com/django-cms/django-cms/pull/8383
- fix: Copying x-language lead to unique constraint violation (#8366) by @fsbraun in https://github.com/django-cms/django-cms/pull/8385
- fix: copying failed if a target placeholders was missing (#8399) by @fsbraun in https://github.com/django-cms/django-cms/pull/8403
- fix: Save fallback for includes when scanning for placeholders (#8405) by @fsbraun in https://github.com/django-cms/django-cms/pull/8408
- fix: copying failed if a target placeholders was missing (#8399) by @fsbraun in https://github.com/django-cms/django-cms/pull/8411
- fix: Fix ApphookReloadMiddleware not handling new language variants [#8401] by @fsbraun in https://github.com/django-cms/django-cms/pull/8413
- fix: get_permissions failed for missing global permissions (#8468) by @fsbraun in https://github.com/django-cms/django-cms/pull/8470
- fix: Migrations failed for django-treebeard >= 5.0.3 by @fsbraun in https://github.com/django-cms/django-cms/pull/8486
- fix: slug and overwrite_url caching failed in read-only change_views (#8507) by @fsbraun in https://github.com/django-cms/django-cms/pull/8508
- chore: Refactor make-changelog for POSIX compatibility by @fsbraun in https://github.com/django-cms/django-cms/pull/8511
- chore: Prepare release 4.1.10 by @fsbraun in https://github.com/django-cms/django-cms/pull/8512
Full Changelog: https://github.com/django-cms/django-cms/compare/4.1.9...4.1.10