1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

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