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:
committed by
Tim Graham
parent
145467a636
commit
feded19104
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user