django1/django/contrib
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
..
admin Fixed #21718 -- Renamed has_app to is_installed. 2014-01-06 22:48:41 +01:00
admindocs Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
auth Fixed #21774 -- Isolate all test urls from eachother. 2014-01-14 15:43:27 +00:00
comments Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
contenttypes Fixed #21477 -- Renamed db to using in pre/post_migrate signals. 2014-01-12 22:24:33 +01:00
flatpages Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
formtools Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
gis Fixed #21413 -- resolve_columns fields misalignment 2014-01-12 18:07:39 +02:00
humanize Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
messages Fixed #21718 -- Renamed has_app to is_installed. 2014-01-06 22:48:41 +01:00
redirects Fixed #21718 -- Renamed has_app to is_installed. 2014-01-06 22:48:41 +01:00
sessions Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
sitemaps Fixed #21718 -- Renamed has_app to is_installed. 2014-01-06 22:48:41 +01:00
sites Fixed #21675 -- Added app configs for contrib apps. 2014-01-05 21:18:33 +01:00
staticfiles Fixed #21750 -- Fixed regression introduced by 4befb30. 2014-01-11 08:20:28 -05:00
syndication Added catalogs for apps that didn't have any translations. 2014-01-05 21:18:33 +01:00
webdesign Added catalogs for apps that didn't have any translations. 2014-01-05 21:18:33 +01:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00