Mention django 2.0 support in changelog

This commit is contained in:
Charlie Denton
2017-10-29 01:32:56 +01:00
parent e2bf741d5d
commit 6fb34a0a44
+1
View File
@@ -11,6 +11,7 @@ Changes in git
* Register child models to the admin as well using ``@admin.register()`` or ``admin.site.register()``,
as this is no longer done automatically.
* Django 2.0 support.
* Added ``PolymorphicTypeUndefined`` exception for incomplete imported models.
When a data migration or import creates an polymorphic model,
the ``polymorphic_ctype_id`` field should be filled in manually too.