Further highlight the differences between 1.3.1 and 2.0

fix_request_path_info
Diederik van der Boor 2018-04-16 11:56:51 +02:00
parent 78e31f16e7
commit 63c33d595a
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ Changes in 2.0 (2018-01-22)
as this is no longer done automatically. as this is no longer done automatically.
* Added Django 2.0 support. * Added Django 2.0 support.
Also backported into 1.3.1:
* Added ``PolymorphicTypeUndefined`` exception for incomplete imported models. * Added ``PolymorphicTypeUndefined`` exception for incomplete imported models.
When a data migration or import creates an polymorphic model, When a data migration or import creates an polymorphic model,
the ``polymorphic_ctype_id`` field should be filled in manually too. the ``polymorphic_ctype_id`` field should be filled in manually too.