mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24972 -- Fixed removing unique_together indexes on MySQL.
This commit is contained in:
committed by
Tim Graham
parent
d34d39ade7
commit
65296b3be3
@@ -69,3 +69,5 @@ Bugfixes
|
||||
|
||||
* Fixed ``prefetch_related()`` on databases other than PostgreSQL for models
|
||||
using UUID primary keys (:ticket:`24912`).
|
||||
|
||||
* Fixed removing ``unique_together`` constraints on MySQL (:ticket:`24972`).
|
||||
|
||||
Reference in New Issue
Block a user