update changelog

fix_request_path_info
Diederik van der Boor 2017-08-01 12:23:00 +02:00
parent 171d14f369
commit f82d4907a4
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Changes in git
* Added ``PolymorphicTypeInvalid`` exception when database was incorrectly imported. * Added ``PolymorphicTypeInvalid`` exception when database was incorrectly imported.
* Fixed detection and handling of ``declared_fieldsets`` in the admin. * Fixed detection and handling of ``declared_fieldsets`` in the admin.
* Fixed manager errors for swappable models. * Fixed manager errors for swappable models.
* Improved ``polymorphic.utils.reset_polymorphic_ctype()`` to accept models in random ordering.
Version 1.3 (2017-08-01) Version 1.3 (2017-08-01)