From 21358e72253aac0d26af0cff2f597c1ab7bf151c Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Tue, 28 Oct 2014 00:28:37 +0100 Subject: [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 --- docs/releases/1.7.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3