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:
2
tests/fixtures/tests.py
vendored
2
tests/fixtures/tests.py
vendored
@@ -714,8 +714,6 @@ class FixtureTransactionTests(DumpDataAssertMixin, TransactionTestCase):
|
||||
|
||||
available_apps = [
|
||||
'fixtures',
|
||||
'django.contrib.contenttypes',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.sites',
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user