django/tests/regressiontests/introspection
Anssi Kääriäinen a18e43c5bb Made get_indexes() consistent across backends.
Fixed #15933, #18082 -- the get_indexes() method introspection was
done inconsitently depending on the backend. For example SQLite
included all the columns in the table in the returned dictionary,
while MySQL introspected also multicolumn indexes.

All backends return now consistenly only single-column indexes.

Thanks to andi for the MySQL report, and ikelly for comments on
Oracle's get_indexes() changes.
2012-04-30 14:30:29 +03:00
..
__init__.py Added tests for database introspection. Refs #9779. 2009-04-02 04:32:48 +00:00
models.py Made get_indexes() consistent across backends. 2012-04-30 14:30:29 +03:00
tests.py Made get_indexes() consistent across backends. 2012-04-30 14:30:29 +03:00