mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #23418 -- Fail when migration deconstruct produces invalid import
This commit is contained in:
parent
f9419a6dc0
commit
d28b5f13b3
3 changed files with 33 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue