1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #23859 -- Fixed a migration crash when a field is renamed that is part of an index_together

This commit is contained in:
Markus Holtermann
2014-11-17 19:04:38 +01:00
parent 19ae13d9ed
commit 7b4a994599
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`).