summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLoic Bistuer <loic.bistuer@gmail.com>2014-09-27 00:01:34 +0700
committerLoic Bistuer <loic.bistuer@gmail.com>2014-09-27 00:36:28 +0700
commitb23d47412c12352ba2e2133b05a15ccd09e81af3 (patch)
treeb46c312e2e300077efb5f43c3b56f58e25854497 /docs
parentf5c932ddec8605df82319850d0f0e2f4dad1de11 (diff)
Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.
Thanks Tim Graham for the review.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt
index a1149d37cd..2c8af6ac7e 100644
--- a/docs/releases/1.7.1.txt
+++ b/docs/releases/1.7.1.txt
@@ -83,3 +83,6 @@ Bugfixes
* Coerced the ``related_name`` model field option to unicode during migration
generation to generate migrations that work with both Python 2 and 3
(:ticket:`23455`).
+
+* Fixed ``MigrationWriter`` to handle builtin types without imports
+ (:ticket:`23560`).