django/tests/regressiontests/indexes
Anssi Kääriäinen 13a2b11425 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.
2012-12-29 16:30:17 +02:00
..
__init__.py
models.py Avoided having an indexed TextField installed unless using postgres 2012-12-29 16:30:17 +02:00
tests.py Avoided having an indexed TextField installed unless using postgres 2012-12-29 16:30:17 +02:00