Fixed #23880 -- Added missing index_together handling for SQLite

This commit is contained in:
Markus Holtermann 2014-11-30 18:11:52 +01:00 committed by Loic Bistuer
parent 88edce2abb
commit d2202ec2d4
3 changed files with 23 additions and 5 deletions

View file

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