------------------------
This release provides compatibility with newer package versions.
Many fixes add to the stability of this release,
especially when extending it with custom page types.
Major features:
* Django 1.9 support.
* Django 1.10 support is underway (it awaits fixes in our dependencies)
* Support for multiple fallback languages.
* Nicer slug previews in the admin.
* Menu template improvements:
* Added ``is_child_active`` variable to fix menu highlights.
* Added ``draft`` and ``active`` CSS classses.
* The ``fluent_pages.pagetypes.textfile`` content can be translated.
* Old unmaintained languages can be redirected with the ``make_language_redirects`` command.
* Dropped Django 1.4, 1.5 and Python 3.2 support.
* **Backwards incompatible:** The ``FluentPageBase`` class is now removed, use ``AbstractFluentPage`` instead.
.. note::
Make sure to add the ``slug_preview`` package to your ``INSTALLED_APPS``.
django-mptt 0.8.5 has a bug that prevents pickling deferred querysets,
hence this version is explicitly excluded as requirement.
Use version 0.8.4 instead.