django/tests/indexes
Simon Charette 34decdebf1 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.
2019-09-10 10:03:16 +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 Fixed #30754 -- Prevented inclusion of aliases in partial index conditions. 2019-09-10 10:03:16 +02:00