3.4.2 release notes
- Escaped strings in 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 regression which prevented the
Page
model from rendering correctly when used in araw_id_field
. - Fixed a regression which caused the CMS to cache the toolbar when
CMS_PAGE_CACHE
was set toTrue
and an anonymous user hadcms_edit
set to on their session. - Fixed a regression which prevented users from overriding content in an inherited placeholder.
- 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.
- 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.
- Added official support for Django 1.10.
- Re-introduced the “Revert to live” menu option.
- Added support for django-reversion >= 2 (see #5830)
- Improved the
fix-tree
command so that it also fixes non-root nodes (pages). - Introduced placeholder operation signals.
- Removed the deprecated
add_url()
,edit_url()
,move_url()
,delete_url()
, properties of CMSPlugin model. - Added a deprecation warning to method
render_plugin()
in classCMSPlugin
. - Deprecated
frontend_edit_template
attribute ofCMSPluginBase
. - The
post_
methods in have been deprecated in favour of placeholder operation signals.
- Changed CMSPlugin.get_parent_classes() from method to classmethod.