1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Made contenttypes and auth apps unavailable when not necessary in tests.

This commit is contained in:
Simon Charette
2017-01-11 23:09:41 -05:00
parent 973cfd2ef5
commit dc1193085d
4 changed files with 2 additions and 13 deletions

View File

@@ -714,8 +714,6 @@ class FixtureTransactionTests(DumpDataAssertMixin, TransactionTestCase):
available_apps = [
'fixtures',
'django.contrib.contenttypes',
'django.contrib.auth',
'django.contrib.sites',
]