3.1.3 release notes

    • 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 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 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

    Thanks