| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.0.11 source code.tar.gz | 2026-08-27 | 5.7 MB | |
| 5.0.11 source code.zip | 2026-08-27 | 6.8 MB | |
| README.md | 2026-08-27 | 1.3 kB | |
| Totals: 3 Items | 12.5 MB | 0 | |
What's Changed
- fix: GrouperAdmin only showed current content versions (#8700) by @fsbraun in https://github.com/django-cms/django-cms/pull/8802
- fix: Page tree had a n+1 regression fetching urls (#8716) by @fsbraun in https://github.com/django-cms/django-cms/pull/8804
- fix: check and delete-orphaned-plugins had an n+1 issue (#8701) by @fsbraun in https://github.com/django-cms/django-cms/pull/8803
- fix: Language column in page tree ignored multi-hyphen language codes like de-x-l (#8781) by @fsbraun in https://github.com/django-cms/django-cms/pull/8805
- fix: Copy page missed login required property (#8785) by @fsbraun in https://github.com/django-cms/django-cms/pull/8806
- fix: Manual page slug was overwritten when changing page title (#8796) by @fsbraun in https://github.com/django-cms/django-cms/pull/8807
- fix: Grouper admin ignored read-only context for content objects without language field (#8799) by @fsbraun in https://github.com/django-cms/django-cms/pull/8808
- fix: edit and view endpoint did not check placholder perms (#8794) by @fsbraun in https://github.com/django-cms/django-cms/pull/8809
- chore: Prepare release 5.0.11 by @fsbraun in https://github.com/django-cms/django-cms/pull/8814
Full Changelog: https://github.com/django-cms/django-cms/compare/5.0.10...5.0.11