django-cms v3.4.2 Release Notes

Release Date: 2017-01-23 // about 7 years ago
    • Escaped strings in close_frame JS template.
    • ๐Ÿ›  Fixed a bug with text-transform styles on inputs affecting CMS login
    • ๐Ÿ›  Fixed a typo in the confirmation message for copying plugins from a different language
    • ๐Ÿ›  Fixed a bug which prevented certain migrations from running in a multi-db setup.
    • ๐Ÿ›  Fixed a regression which prevented the Page model from rendering correctly when used in a raw_id_field.
    • Fixed a regression which caused the CMS to cache the toolbar when CMS_PAGE_CACHE was set to True and an anonymous user had cms_edit set to True on their session.
    • ๐Ÿ›  Fixed a regression which prevented users from overriding content in an inherited placeholder.
    • โž• Added official support for Django 1.10.
    • ๐Ÿ›  Fixed a bug affecting Firefox for Macintosh users, in which use of the Command key later followed by Return would trigger a plugin save.
    • ๐Ÿ›  Fixed a bug where template inheritance setting creates spurious migration (see #3479)
    • ๐Ÿ›  Fixed a bug which prevented the page from being marked as dirty (pending changes) when changing the value of the overwrite url field.
    • ๐Ÿ”Œ Adjusted Ajax calls triggered when performing a placeholder operation (add plugin, etc..) to include a GET query called cms_path. This query points to the path where the operation originates from.
    • โž• Added a deprecation warning to method render_plugin() in class CMSPlugin.
    • Since get_parent_classes() became a classmethod, do not instantiate plugin before invocation.
    • ๐Ÿ›  Fixed a bug where the page tree would not update correctly when a sibling page was moved from left to right or right to left.
    • ๐Ÿ‘Œ Improved the fix-tree command so that it also fixes non-root nodes (pages).
    • Removed the deprecated add_url(), edit_url(), move_url(), delete_url(), copy_url() properties of CMSPlugin model.
    • Deprecated frontend_edit_template attribute of CMSPluginBase.
    • ๐Ÿšฆ Introduced placeholder operation signals.
    • ๐Ÿ—„ The post_ methods in `PlaceholderAdminMixin have been deprecated in favor of placeholder operation signals.
    • โช Re-introduced the "Revert to live" menu option.
    • โž• Added support for django-reversion >= 2 (see #5830)
    • ๐Ÿ“š Rewrote manual installation how-to documentation