django/tests/test_runner
Aymeric Augustin 1b8af4cfa0 Disallowed importing concrete models without an application.
Removed fragile algorithm to find which application a model belongs to.

Fixed #21680, #21719. Refs #21794.
2015-02-10 21:41:19 +01:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixing E302 Errors 2013-11-02 23:48:47 -05:00
runner.py Disallowed importing concrete models without an application. 2015-02-10 21:41:19 +01:00
test_debug_sql.py Fixed test_runner test failure on Python 3.5; refs #23763. 2015-01-23 16:23:32 -05:00
test_discover_runner.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
tests.py Disallowed importing concrete models without an application. 2015-02-10 21:41:19 +01:00