Loading tests/admin_scripts/tests.py +0 −2 Original line number Diff line number Diff line Loading @@ -60,8 +60,6 @@ class AdminScriptTestCase(unittest.TestCase): 'DATABASES', 'ROOT_URLCONF', 'SECRET_KEY', 'TEST_RUNNER', # We need to include TEST_RUNNER, otherwise we get a compatibility warning. 'MIDDLEWARE_CLASSES', # We need to include MIDDLEWARE_CLASSES, otherwise we get a compatibility warning. ] for s in exports: if hasattr(settings, s): Loading Loading
tests/admin_scripts/tests.py +0 −2 Original line number Diff line number Diff line Loading @@ -60,8 +60,6 @@ class AdminScriptTestCase(unittest.TestCase): 'DATABASES', 'ROOT_URLCONF', 'SECRET_KEY', 'TEST_RUNNER', # We need to include TEST_RUNNER, otherwise we get a compatibility warning. 'MIDDLEWARE_CLASSES', # We need to include MIDDLEWARE_CLASSES, otherwise we get a compatibility warning. ] for s in exports: if hasattr(settings, s): Loading