summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Pinkham <code@andrewsforge.com>2014-09-08 07:56:35 -0400
committerTim Graham <timograham@gmail.com>2014-09-08 07:58:06 -0400
commit27e7972e63c6f7d6555a724a3b356b4e08b0fefa (patch)
tree6037847ecc119f01c2f11a973212202f8bc059bd /docs
parent267b121b1e8a87adc61771ec786e6d9037df2462 (diff)
[1.7.x] Fixed #22951 -- Checked for types during deep_deconstruct migration serializ
Thanks Sam Hartsfield for the report. Backport of 4680d25df2 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index 90673a826f..2222ef2a7b 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -16,3 +16,5 @@ Bugfixes
* Reinstated missing ``CHECK`` SQL clauses which were omitted on some backends
when not using migrations (:ticket:`23416`).
+
+* Fixed serialization of ``type`` objects in migrations (:ticket:`22951`).