django/tests/regressiontests/indexes
Anssi Kääriäinen d529d413f7 [1.5.x] Avoided having an indexed TextField installed unless using postgres
An index on TextField results in a warning message when running tests
on MySQL or SQLite, and the test using the TextField was PostgreSQL
only in any case.

Backpatch of 13a2b11425
2012-12-29 16:38:32 +02:00
..
__init__.py [1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch. Backport of 4285571c5a. 2012-11-04 10:26:59 -08:00
models.py [1.5.x] Avoided having an indexed TextField installed unless using postgres 2012-12-29 16:38:32 +02:00
tests.py [1.5.x] Avoided having an indexed TextField installed unless using postgres 2012-12-29 16:38:32 +02:00