Mention django 2.0 support in changelog

fix_request_path_info
Charlie Denton 2017-10-29 01:32:56 +01:00
parent e2bf741d5d
commit 6fb34a0a44
No known key found for this signature in database
GPG Key ID: 5BBA1783DA191613
1 changed files with 1 additions and 0 deletions

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.