django/tests/indexes
Simon Charette 964dd4f4f2 [2.2.x] Fixed #30754 -- Prevented inclusion of aliases in partial index conditions.
SQLite doesn't repoint table aliases in partial index conditions on table
rename which breaks the documented table alteration procedure.

Thanks Pēteris Caune for the report.

Backport of 34decdebf1 from master
2019-09-10 10:04:12 +02:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #29547 -- Added support for partial indexes. 2018-10-29 19:34:54 -04:00
tests.py [2.2.x] Fixed #30754 -- Prevented inclusion of aliases in partial index conditions. 2019-09-10 10:04:12 +02:00