django/tests/regressiontests/introspection
Anssi Kääriäinen 527cce80dc Made table_names() output sorted.
Fixed #18218 -- previously Django's introspection table_names() and
get_table_list() methods did not sort the output consistently. This
resulted in random order of inspected models.

This commit also removed all external usages of get_table_list().
table_names() should be used instead.

Thanks to claudep for patch and report.
2012-04-29 02:11:55 +03:00
..
__init__.py Added tests for database introspection. Refs #9779. 2009-04-02 04:32:48 +00:00
models.py Fixed #7783 -- Made introspection of nullable columns more robust with Postgres. 2012-02-11 20:05:50 +00:00
tests.py Made table_names() output sorted. 2012-04-29 02:11:55 +03:00