diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2014-09-08 03:01:42 +0200 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2014-09-08 21:27:34 +0200 |
| commit | d28b5f13b332bda4317949b98e33f528d30ec006 (patch) | |
| tree | 587b3353049ad8971a148a7af5af9750850c8005 /docs | |
| parent | f9419a6dc0bd0c1ec3c6b4176a1fa8cadc755cf4 (diff) | |
Fixed #23418 -- Fail when migration deconstruct produces invalid import
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index 2ed63c41b2..85421f2fa4 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -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`). |
