django/tests/admin_scripts
Marc Tamlyn 2607fa9016 Fixed #21774 -- Isolate all test urls from eachother.
This (nearly) completes the work to isolate all the test modules from
each other. This is now more important as importing models from another
module will case PendingDeprecationWarnings if those modules are not in
INSTALLED_APPS. The only remaining obvious dependencies are:

- d.c.auth depends on d.c.admin (because of the is_admin flag to some
  views), but this is not so important and d.c.admin is in
  always_installed_apps
- test_client_regress depends on test_client. Eventually these should
  become a single module, as the split serves no useful purpose.
2014-01-14 15:43:27 +00:00
..
app_with_import Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
broken_app Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
complex_app Fixed #21018 -- Reversed precedence order for management commands. 2014-01-01 18:11:15 +01:00
custom_templates Removed superfluous models.py files. 2013-12-17 11:16:48 +01:00
management Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
simple_app Fixed #21018 -- Reversed precedence order for management commands. 2014-01-01 18:11:15 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py Fixed #21774 -- Isolate all test urls from eachother. 2014-01-14 15:43:27 +00:00
urls.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00