mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #24972 -- Fixed removing unique_together indexes on MySQL.
This commit is contained in:
parent
d34d39ade7
commit
65296b3be3
4 changed files with 38 additions and 6 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue