django-cms v3.1.0 Release Notes

Release Date: 2015-04-20 // about 9 years ago
    • โœ‚ Remove django-mptt in favor of django-treebeard
    • โœ‚ Remove compatibility with Django 1.4 / 1.5
    • General code cleanup
    • Simplify loading of view restrictions in the menu
    • South is not marked as optional; to use south on Django 1.6 install django-cms[south]
    • โž• Add system_plugin attribute to CMSPluginBase that allow the plugin to override any configured restriction
    • ๐Ÿ”„ Change placeholder language fallback default to True
    • โœ‚ Remove plugin table naming compatibility layer
    • โœ‚ Remove deprecated cms.context_processors.media context processor
    • ๐Ÿ”Œ Add templatetag render_plugin_block
    • Add templatetag render_model_add_block
    • โž• Add "Structure mode" permission