diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2014-09-08 03:01:42 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-08 15:41:14 -0400 |
| commit | b0def3bcac1a2e1117050e00fa1b187a897f0c2e (patch) | |
| tree | 1fb5180b17a02aa636aa80f69d7f87a8f4809452 /docs | |
| parent | 9c4fb019cb76eb3314357a18e225a63e113dc1fd (diff) | |
[1.7.x] Fixed #23418 -- Fail when migration deconstruct produces invalid import
Backport of d28b5f13b3 from master
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`). |
