mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.7.x] Fixed #23859 -- Fixed a migration crash when a field is renamed that is part of an index_together
Backport of 7b4a994599 from master.
This commit is contained in:
committed by
Carl Meyer
parent
49d4095767
commit
03d983f7c3
@@ -59,3 +59,6 @@ Bugfixes
|
||||
|
||||
* Fixed a custom field type validation error with MySQL backend when
|
||||
``db_type`` returned ``None`` (:ticket:`23761`).
|
||||
|
||||
* Fixed a migration crash when a field is renamed that is part of an
|
||||
``index_together`` (:ticket:`23859`).
|
||||
|
||||
Reference in New Issue
Block a user