* Added Django 4.1/4.2 support. * Fix test running in Tox 4.
3.0.1
-----------------------------
* Added support for pure-proxy models as page type. * Fixed unapplied changes warning in migrations for django-mptt >=0.10. * Fixed unneeded compatibility import for ``ForwardManyToOneDescriptor``. * RedirectNode: hide "show in sitemaps" link * TextFile: hide in sitemaps by default
3.0
---------------------------
* Added Django 4 compatibility. * Fixed keeping a lock unneededly when app loading was complete. * Replaced Travis with GitHub actions. * Dropped Python 2.7 support. * Dropped Django 1.11, 2.0, 2.1 support.
2.0.7
-----------------------------
* Fix Django 3.0 compatibility by removing ``django.utils.six`` dependency. * Bump setup requirements to ensure Django 3.0 compatibility.
2.0.6
--------------------------
* Confirmed Django 2.2 support. * Fixed recursion in ``.only()`` queries, also happened with django-mptt_ 0.10 on deleting nodes. * Fixed pagetype plugin admin import errors, caused by ordering in ``INSTALLED_APPS``. * Reformatted all files with black
2.0.5
--------------------------
* Confirmed Django 2.1 support. * Fixed ``RedirectNode`` in combination with django-any-urlfield_ on Python 3. * Bumped dependency versions to their latest bugfix releases. * Optimized the query logic to see whether untranslated fields should be shown.