From f82d4907a4576d8d95cc083fb6d98192dd9b59fe Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Tue, 1 Aug 2017 12:23:00 +0200 Subject: [PATCH] update changelog --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 46eb035..9e98b9e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,7 @@ Changes in git * Added ``PolymorphicTypeInvalid`` exception when database was incorrectly imported. * Fixed detection and handling of ``declared_fieldsets`` in the admin. * Fixed manager errors for swappable models. +* Improved ``polymorphic.utils.reset_polymorphic_ctype()`` to accept models in random ordering. Version 1.3 (2017-08-01)