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:32:07 -0400 |
| commit | 0e3a80fa683bcc8c6ea4036ad81b6b882234e795 (patch) | |
| tree | 7789f15d6189ba9dac7ba5a65f4d84ee02ae7edf /docs | |
| parent | c58755d8757d6d6ad1ab2c52a631aff1b9bae2da (diff) | |
[1.8.x] Fixed #24972 -- Fixed removing unique_together indexes on MySQL.
Backport of 65296b3be376e9cd25216b6ad2b1758b03765781 from master
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`). |
