Fixed #24972 -- Fixed removing unique_together indexes on MySQL.

This commit is contained in:
Adam Brenecki 2015-06-12 15:52:08 +09:30 committed by Tim Graham
parent d34d39ade7
commit 65296b3be3
4 changed files with 38 additions and 6 deletions

View file

@ -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`).