Release | May 21, 2014

3.0.2 release

This is a minor release, concentrating mostly on bugfixes and small improvements.

5 minutes read

The full Changelog:

  • added 'as' form to render_placeholder templatetag to save the result in context
  • added changeable strings for "?edit", "?edit_off" and "?build" urls
  • utils.page_resolver has been optimized
  • the get_page_from_path() api has been changed
  • fixed manage.py cms uninstall plugin for table-patched plugins
  • added support for python 3.4
  • docs updated
  • publish on apphook subpages no longer redirects to the apphook root

Grab it while it's hot.

Tutorials

django CMS 5.1: Your CMS, Your Way — Now Easier to Set Up Than Ever

Setting up a powerful CMS shouldn’t be the hardest part of building a website. With django CMS 5.1, it no longer has to be.

Article

Plugin Architecture Is Editor Experience

Lessons from building the component architecture behind the new django CMS website.

Article

Make Your Django Application Editable

The CMS doesn't need to own your data to make it editable.