django-cms v3.4.5 Release Notes

Release Date: 2017-10-12 // over 6 years ago
    • Introduced Django 1.11 compatibility
    • ๐Ÿ›  Fixed a bug where slug wouldn't be generated in the creation wizard
    • ๐Ÿ›  Fixed a bug where the add page endpoint rendered Change page as the html title.
    • ๐Ÿ›  Fixed an issue where non-staff users could request the wizard create endpoint.
    • ๐Ÿ›  Fixed an issue where the Edit page toolbar button wouldn't show on non-cms pages with placeholders.
    • ๐Ÿ›  Fixed a bug where placeholder inheritance wouldn't work if the inherited placeholder is cached in an ancestor page.
    • ๐Ÿ›  Fixed a regression where the code following a {% placeholder x or %} declaration, was rendered before attempting to inherit content from parent pages.
    • ๐Ÿ”„ Changed page/placeholder cache keys to use sha1 hash instead of md5 to be FIPS compliant.
    • ๐Ÿ›  Fixed a bug where the change of a slug would not propagate to all descendant pages
    • ๐Ÿ›  Fixed a ValueError raised when using ManifestStaticFilesStorage or similar for static files. This only affects Django >= 1.10