From feded19104b14bc28aaccf550265157df84593ba Mon Sep 17 00:00:00 2001 From: Andrzej Pragacz Date: Sat, 15 Nov 2014 15:43:06 +0100 Subject: [1.7.x] Fixed #23794 -- Fixed migrations crash when removing a field that's part of index/unique_together. Backport of 72729f844e0dd9bd01b3874171b89ab0d136a40e 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 cfa68b8b3a..c9f69fe856 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -74,3 +74,6 @@ Bugfixes * Fixed a rare query error when using deeply nested subqueries (:ticket:`23605`). + +* Fixed a crash in migrations when deleting a field that is part of a + ``index/unique_together`` constraint (:ticket:`23794`). -- cgit v1.3