From 8c775391b78b2a4a2b57c5e89ed4888f36aada4b Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Thu, 12 Jul 2018 00:12:20 -0400 Subject: Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases. --- tests/context_processors/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/context_processors') diff --git a/tests/context_processors/tests.py b/tests/context_processors/tests.py index 0baf806c1d..79b9ddef67 100644 --- a/tests/context_processors/tests.py +++ b/tests/context_processors/tests.py @@ -64,7 +64,7 @@ class DebugContextProcessorTests(TestCase): """ Tests for the ``django.template.context_processors.debug`` processor. """ - multi_db = True + databases = {'default', 'other'} def test_debug(self): url = '/debug/' -- cgit v1.3