Fixed #23418 -- Fail when migration deconstruct produces invalid import

This commit is contained in:
Markus Holtermann 2014-09-08 03:01:42 +02:00
parent f9419a6dc0
commit d28b5f13b3
3 changed files with 33 additions and 3 deletions

View file

@ -20,3 +20,6 @@ Bugfixes
* Fixed serialization of ``type`` objects in migrations (:ticket:`22951`).
* Allowed inline and hidden references to admin fields (:ticket:`23431`).
* The ``@deconstructible`` decorator now fails with a ``ValueError`` if the
decorated object cannot automatically be imported (:ticket:`23418`).