From d28b5f13b332bda4317949b98e33f528d30ec006 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Mon, 8 Sep 2014 03:01:42 +0200 Subject: Fixed #23418 -- Fail when migration deconstruct produces invalid import --- docs/releases/1.7.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3