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:16:23 -0400
commit21358e72253aac0d26af0cff2f597c1ab7bf151c (patch)
tree2a07c2db9ed56e8592364044ebe3e15743531cbd /docs
parentbb42bab6d32aab3344b809e49c696a83d45a2954 (diff)
[1.7.x] Fixed #23614 -- Changed the way the migration autodetector orders unique/index_together
Thanks to Naddiseo for the report and Tim Graham for the review Backport of 5c9c1e029d from master
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`).