* Fixed Django 3.0 compatibility by removing ``django.utils.six`` dependency.
1.5
---------------------------
* Added Django 2.0 support. * Added ``base_manager_name`` setting in model ``Meta`` options, like django-polymorphic_ 2.0 does. * Fixed crash in ``get_child_types()`` when ``can_have_children`` is ``False``. * Fixed child type validation, this now happens before the database saves. * Fixed spelling grapelli -> grappelli * Dropped Django 1.8 support.
1.4.2
-----------------------------
* Fixed compatibility with recent django-polymorphic_ releases. * Dropped support for unmaintained Django versions: 1.6, 1.7, 1.9 (this should have warranted a 1.5 release, but it was accidentally slipped in).
1.4.1
-----------------------------
* Fixed inheriting ``PolymorphicMPTTModel`` in an abstract model. * Fixed ``PolymorphicMPTTQuerySet.as_manager()`` usage to return the proper manager.