mirror of
https://github.com/django/django.git
synced 2025-11-17 02:24:22 +00:00
Fixed #23880 -- Added missing index_together handling for SQLite
This commit is contained in:
parent
88edce2abb
commit
d2202ec2d4
3 changed files with 23 additions and 5 deletions
|
|
@ -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`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue