summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2014-11-30 18:11:52 +0100
committerLoic Bistuer <loic.bistuer@gmail.com>2014-12-01 11:30:33 +0700
commitd2202ec2d4d0477b682c6d0051f27ab4843ef89f (patch)
tree2034dde44b6718232748509f3523d4a88179e192 /docs
parent88edce2abb235999523b65977dd1214cb39dabaa (diff)
Fixed #23880 -- Added missing index_together handling for SQLite
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`).