1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.7.x] Fixed #23794 -- Fixed migrations crash when removing a field that's part of index/unique_together.

Backport of 72729f844e from master
This commit is contained in:
Andrzej Pragacz
2014-11-15 15:43:06 +01:00
committed by Tim Graham
parent 145467a636
commit feded19104
3 changed files with 24 additions and 11 deletions

View File

@@ -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`).