summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGavin Wahl <gwahl@fusionbox.com>2014-12-02 18:52:58 -0700
committerTim Graham <timograham@gmail.com>2014-12-03 08:22:29 -0500
commitdee4d23f7e703aec2d1244e4facbf7f4c88deed5 (patch)
treec448025ad1c702bdbab7c65a0bd7a434165c3a81 /docs
parent9d1a69579b996eaa208f141b409141be63f597ec (diff)
Fixed #23950 -- Prevented calling deconstruct on classes in MigrationWriter.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index 39e89a25d1..a537207924 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -101,3 +101,6 @@ Bugfixes
* Fixed ``runserver`` crash when socket error message contained Unicode
characters (:ticket:`23946`).
+
+* Fixed serialization of ``type`` when adding a ``deconstruct()`` method
+ (:ticket:`23950`).