mention current changelog

fix_request_path_info
Diederik van der Boor 2017-08-01 11:50:41 +02:00
parent 4835cd244e
commit 244219f6f2
1 changed files with 12 additions and 0 deletions

View File

@ -1,6 +1,18 @@
Changelog 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) Version 1.3 (2017-08-01)
------------------------ ------------------------