django-cms v3.1.3 Release Notes

Release Date: 2015-09-01 // almost 9 years ago
    • โž• Add missing migration
    • Exclude PageUser manager from migrations
    • ๐Ÿ›  Fix check for template instance in Django 1.8.x
    • ๐Ÿ›  Fix error in PageField for Django 1.8
    • ๐Ÿ›  Fix some Page tree bugs
    • Declare Django 1.6.9 dependency in setup.py
    • ๐Ÿ‘‰ Make sure cache version returned is an int
    • ๐Ÿ›  Fix issue preventing migrations to run on a new database (django 1.8)
    • ๐Ÿ›  Fix get User model in 0010 migration
    • ๐Ÿ›  Fix support for unpublished language pages
    • โž• Add documentation for plugins datamigration
    • ๐Ÿ‘‰ Fix getting request in _show_placeholder_for_page on Django 1.8
    • ๐Ÿ›  Fix template inheritance order
    • ๐Ÿ›  Fix xframe options inheritance order
    • ๐Ÿ›  Fix placeholder inheritance order
    • ๐Ÿ›  Fix language chooser template
    • ๐Ÿ˜Œ Relax html5lib versions
    • ๐Ÿ›  Fix redirect when deleting a page
    • Correct South migration error
    • Correct validation on numeric fields in modal popups
    • Exclude scssc from manifest
    • โœ‚ Remove unpublished pages from menu
    • โœ‚ Remove page from menu items for performance reason
    • ๐Ÿ›  Fix reachability of pages with expired ancestors
    • Don't try to modify an immutable QueryDict
    • Only attempt to delete cache keys if there are some to be deleted
    • ๐Ÿ“š Update documentation section
    • ๐Ÿ›  Fix language chooser template
    • Cast to int cache version
    • ๐Ÿ›  Fix extensions copy when using duplicate page/create page type