diff options
| author | Adam Brenecki <adam.brenecki@cmv.com.au> | 2015-06-12 15:52:08 +0930 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-15 17:28:13 -0400 |
| commit | 65296b3be376e9cd25216b6ad2b1758b03765781 (patch) | |
| tree | c8cc2df2be63548cefce925e170e6532c130eb40 /docs | |
| parent | d34d39ade76e6b67299d8d88a7e5a2278a793dc3 (diff) | |
Fixed #24972 -- Fixed removing unique_together indexes on MySQL.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.3.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index 39e08f904c..c6745f92c3 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -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`). |
