summaryrefslogtreecommitdiff
path: root/tests/admin_checks/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_checks/tests.py')
-rw-r--r--tests/admin_checks/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/admin_checks/tests.py b/tests/admin_checks/tests.py
index 2646837bbc..aa87649dce 100644
--- a/tests/admin_checks/tests.py
+++ b/tests/admin_checks/tests.py
@@ -70,6 +70,8 @@ class SessionMiddlewareSubclass(SessionMiddleware):
],
)
class SystemChecksTestCase(SimpleTestCase):
+ databases = "__all__"
+
def test_checks_are_performed(self):
admin.site.register(Song, MyAdmin)
try: