1
0
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:
Markus Holtermann
2014-11-17 19:04:38 +01:00
committed by Carl Meyer
parent 49d4095767
commit 03d983f7c3
3 changed files with 16 additions and 8 deletions

View File

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