django/tests/regressiontests/test_runner
Tim Graham 95aa2182b7 [1.5.x] Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for defau
Thanks simonpercivall.

Backport of 2cbd579efe from master.
2013-07-04 20:41:01 -04:00
..
deprecation_app [1.5.x] Fixed #18985 -- ensure module level deprecations are displayed 2013-03-27 10:37:47 -05:00
invalid_app Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both `tests` and `models` are packages. Thanks schinckel for the report and boxm for a patch for the issue. 2011-06-12 12:34:10 +00:00
valid_app Fixed #12658 -- Fixed test discovery so ImportErrors aren't ignored when both `tests` and `models` are packages. Thanks schinckel for the report and boxm for a patch for the issue. 2011-06-12 12:34:10 +00:00
__init__.py Added tet runner tests mistakenly left out of r11843. Refs #11613. 2009-12-13 17:08:36 +00:00
models.py Fixed #16961 -- Skipped resetting AUTO_INCREMENT fields for MySQL if the server version is greater than 5.0.12. This allows for much faster testing. 2012-04-24 16:47:31 +00:00
tests.py [1.5.x] Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for defau 2013-07-04 20:41:01 -04:00