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:
@@ -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