django-cms v3.0.8 Release Notes

Release Date: 2015-01-11 // over 9 years ago
    • Add require_parent option to CMS_PLACEHOLDER_CONF
    • ๐Ÿ›  Fix django-mptt version dependency to be PEP440 compatible
    • ๐Ÿ›  Fix some Django 1.4 compatibility issues
    • โž• Add toolbar sanity check
    • Fix behavior with CMSPluginBase.get_render_template()
    • ๐Ÿ›  Fix issue on django >= 1.6 with page form fields.
    • Resolve jQuery namespace issues in admin page tree and changeform
    • ๐Ÿ›  Fix issues for PageField in Firefox/Safari
    • ๐Ÿ›  Fix some Python 3.4 compatibility issue when using proxy modles
    • ๐Ÿ›  Fix corner case in plugin copy
    • ๐Ÿ“š Documentation fixes
    • Minor code cleanups