summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2017-01-11 23:09:41 -0500
committerSimon Charette <charette.s@gmail.com>2017-01-13 08:50:03 -0500
commitdc1193085da0c9a4d97f17e30f21695e53573472 (patch)
treed7a63e89763c626219b6bdcaca887b377607c34a /tests/contenttypes_tests
parent973cfd2ef56664480d0e1b112da51793cdf85448 (diff)
downloaddjango-dc1193085da0c9a4d97f17e30f21695e53573472.tar.gz
Made contenttypes and auth apps unavailable when not necessary in tests.
Diffstat (limited to 'tests/contenttypes_tests')
-rw-r--r--tests/contenttypes_tests/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/contenttypes_tests/tests.py b/tests/contenttypes_tests/tests.py
index db97557f24..95ec5e5e2b 100644
--- a/tests/contenttypes_tests/tests.py
+++ b/tests/contenttypes_tests/tests.py
@@ -480,7 +480,6 @@ class ContentTypeOperationsTests(TransactionTestCase):
available_apps = [
'contenttypes_tests',
'django.contrib.contenttypes',
- 'django.contrib.auth',
]
def setUp(self):