From ab83d4d8fe76c2c6bc3b0a96aa2baed9c9f07f19 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 10 Feb 2017 08:19:32 -0500 Subject: Added multi_db=True to test cases that access the 'other' db connection. Fixed a failure in the context processors tests when running in reverse on MySQL due to an extra query after refs #27683. --- tests/check_framework/test_database.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/check_framework/test_database.py') diff --git a/tests/check_framework/test_database.py b/tests/check_framework/test_database.py index 80824ab8e0..2dff3aaca4 100644 --- a/tests/check_framework/test_database.py +++ b/tests/check_framework/test_database.py @@ -8,6 +8,8 @@ from django.test import TestCase class DatabaseCheckTests(TestCase): + multi_db = True + @property def func(self): from django.core.checks.database import check_database_backends -- cgit v1.3