From 63c33d595a62aae671702076222656ae6a087c9d Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Mon, 16 Apr 2018 11:56:51 +0200 Subject: [PATCH] Further highlight the differences between 1.3.1 and 2.0 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5adfc27..3210d77 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -33,6 +33,9 @@ Changes in 2.0 (2018-01-22) as this is no longer done automatically. * Added Django 2.0 support. + +Also backported into 1.3.1: + * 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.