summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2014-10-28 00:28:37 +0100
committerTim Graham <timograham@gmail.com>2014-10-29 13:05:42 -0400
commit5c9c1e029d139bd3d5213804af2ed9f317cd0b86 (patch)
tree01c971987566d781310fd4b15b68f786ee7eae13 /docs
parentf3740caa7ec540f2ffe8b1a75acc88a0308ca09c (diff)
Fixed #23614 -- Changed the way the migration autodetector orders unique/index_together
Thanks to Naddiseo for the report and Tim Graham for the review
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 db65ec1885..245512650f 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -29,3 +29,6 @@ Bugfixes
* Fixed MySQL 5.6+ crash with ``GeometryField``\s in migrations
(:ticket:`23719`).
+
+* Fixed a migration crash when removing a field that is referenced in
+ ``AlterIndexTogether`` or ``AlterUniqueTogether`` (:ticket:`23614`).