* Added ``page.is_publication_date_active()`` method to check whether a page is published at a given date. * Added ``Page.objects.get_for_id()`` that limits the choices to the current site. * Fixed ``page.is_draft`` and ``page.is_published`` properties to take ``publication_date`` / ``publication_end_date`` into account. * Fixed displayed ``verbose_name`` for ``FluentPage``, which showed "fluent page" in django-staff-toolbar_. * Improved page chooser form message when selecting an unpublished page. * Bumped minimal django-slug-preview_ version for proper Django 2.0 support.
2.0.3
--------------------------
* Added missing migration for the new ``on_delete=SET_NULL`` behavior for the author field. * Added ``Meta.manager_inheritance_from_future = True`` to all page subclasses that define a ``Meta`` class. This avoids warnings in the latest django-polymorphic_ 2.0.1 release. It also makes sure all sub-sub classes are correctly fetched when using a ``subclass.objects.all()``.
2.0.2
--------------------------
* Fixed adding pages when visiting the direct child admin URL (e.g. /admin/redirectnode/redirectnode/add/`` instead of ``/admin/fluent_pages/page/add/?ct_id=``) [backported to 1.1.4].
2.0.1
--------------------------
* Fix admin list crash. * Fixed setup classifiers.
2.0
------------------------
* Added Django 2.0 support. * Fixed fetching page layouts on django-polymorphic_ 1.3 / 2.0 [backported to 1.1.4]. * Dropped Django 1.7, 1.8 and 1.9 support, since django-polymorphic-tree_ also dropped this.
1.1.4
--------------------------
Backported fixes from 2.0 release in case Django 1.8 support is still needed.
* Fixed fetching page layouts on django-polymorphic_ 1.3 / 2.0. * Fixed adding pages when visiting the direct child admin URL (e.g. /admin/redirectnode/redirectnode/add/`` instead of ``/admin/fluent_pages/page/add/?ct_id=``)