Release | April 3, 2014

django CMS 3.0 RC2 released!

Today we release django CMS 3.0 RC2

5 minutes read

Coincidentally this comes together with the 3000th ticket closed. People have thoroughly tested RC1 and we can report that we've fixed all the issues found.

One significant change since RC1 affects the static_placeholder templatetag. In RC1 static_placeholder was site-aware. We've changed this: static_placeholder is now once again not site-aware by default.

If you do need a site-aware static_placeholder follow these instructions:

  • change your templatetags to: {% static_placeholder "content" site %} (site doesn't need to be defined in the context)
  • Go to the static placeholder admin and change the static placeholder's new site setting accordingly.

Please test RC2 again!

Quick Upgrade Guide: http://docs.django-cms.org/en/develop/upgrade/3.0.html#upgrading-from-2-4

Full Upgrade Guide: http://docs.django-cms.org/en/develop/upgrade/3.0.html

Try out the new django CMS Installer (still beta):

djangocms-installer: https://github.com/nephila/djangocms-installer

$ pip install --upgrade virtualenv
$ virtualenv env
$ source env/bin/activate
(env) $ pip install djangocms-installer
(env) $ djangocms -p . my_demo

Go through the new tutorial:

https://github.com/divio/django-cms-tutorial/

Check Transifex to make sure your language is fully translated:

https://www.transifex.com/projects/p/django-cms/

django CMS 3.0 final

If we don't find any major bugs in the next week, we will head towards the final release.

Release

django CMS 5.1 is here: easier setup, flexible deployments, and a fresh editing experience

This release reduces friction across the whole project lifecycle: creating a new project, adding django CMS to an existing Django application, configuring larger deployments, controlling which plugins editors can use, and working with the CMS every day.

Release

django CMS 5.0.9 released: security, accessibility, and stability improvements

This release addresses three medium-severity security vulnerabilities and includes improvements to accessibility, Django compatibility, permissions, Content Security Policy support, and general editor stability.

Case Studies

How we built our professional services digital platform using django CMS

Compound Partners is a UK digital consultancy specialising in audience-centric user experience and content architecture for professional services firms. Fifteen years ago, a developer's recommendation pointed us at django CMS. Today, our entire business is built on it.