1
0
mirror of https://github.com/django/django.git synced 2024-12-31 21:46:05 +00:00
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
models.py
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