django-cms v3.5.1 Release Notes

Release Date: 2018-03-05 // about 6 years ago
    • ๐Ÿ›  Fixed a bug where editing pages with primary keys greater than 999 would throw an exception.
    • ๐Ÿ›  Fixed a MultipleObjectsReturned exception raised on the page types migration with multiple page types per site.
    • ๐Ÿ›  Fixed a bug which prevented toolbar js from working correctly when rendered before toolbar.
    • ๐Ÿ›  Fixed a bug where CMS would incorrectly highlight plugin content when plugin contains invisible elements
    • ๐Ÿ›  Fixed a regression where templates which inherit from a template using an {% extends %} tag with a default would raise an exception.