summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2014-11-30 18:11:52 +0100
committerTim Graham <timograham@gmail.com>2014-12-01 16:00:36 -0500
commitba3e97618696bdd68e4ac9b2220f58e6b3d15bd4 (patch)
tree8af8d662735f4353e2f1af23b381435e3d7445bd /docs
parentd62e16fe46684f86dada90fb615651686945263d (diff)
[1.7.x] Fixed #23880 -- Added missing index_together handling for SQLite
Backport of d2202ec2d4d0477b682c6d0051f27ab4843ef89f from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt
index ab548f4fab..9ed58bb217 100644
--- a/docs/releases/1.7.2.txt
+++ b/docs/releases/1.7.2.txt
@@ -89,3 +89,5 @@ Bugfixes
* Fixed an infinite loop bug for certain cyclic migration dependencies, and made
the error message for cyclic dependencies much more helpful.
+
+* Added missing ``index_together`` handling for SQLite (:ticket:`23880`).