mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #23614 -- Changed the way the migration autodetector orders unique/index_together
Thanks to Naddiseo for the report and Tim Graham for the review
This commit is contained in:
committed by
Tim Graham
parent
f3740caa7e
commit
5c9c1e029d
@@ -29,3 +29,6 @@ Bugfixes
|
||||
|
||||
* Fixed MySQL 5.6+ crash with ``GeometryField``\s in migrations
|
||||
(:ticket:`23719`).
|
||||
|
||||
* Fixed a migration crash when removing a field that is referenced in
|
||||
``AlterIndexTogether`` or ``AlterUniqueTogether`` (:ticket:`23614`).
|
||||
|
||||
Reference in New Issue
Block a user