3.0.8 release notes

What’s new in 3.0.8

Bug Fixes

  • Fix django-mptt version depenency 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

Warning

Fix for plugin copy patches a reference leak in cms.models.pluginmodel.CMSPlugin.copy_plugins, which caused the original plugin object to be modified in memory. The fixed code leaves the original unaltered and returns a modified copy.

Custom plugins that called cms.utils.plugins.copy_plugins_to or cms.models.pluginmodel.CMSPlugin.copy_plugins may have relied on the incorrect behaviour. Check your code for calls to these methods. Correctly implemented calls should expect the original plugin instance to remain unaltered.

Table Of Contents

Previous topic

3.0.9 release notes

Next topic

3.0.7 release notes

This Page