From 244219f6f2f1fe171a07683349520406ba3de37f Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Tue, 1 Aug 2017 11:50:41 +0200 Subject: [PATCH] mention current changelog --- docs/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0236d66..46eb035 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,18 @@ Changelog ========= +Changes in git +-------------- + +* 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. + The ``polymorphic.utils.reset_polymorphic_ctype`` function can be used for that. +* Added ``PolymorphicTypeInvalid`` exception when database was incorrectly imported. +* Fixed detection and handling of ``declared_fieldsets`` in the admin. +* Fixed manager errors for swappable models. + + Version 1.3 (2017-08-01) ------------------------