1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Removed Jinja2 dependency from admin_checks tests.

This commit is contained in:
Jon Dufresne 2018-10-04 07:05:22 -07:00 committed by Carlton Gibson
parent f5d9ee11a2
commit 9f6d0c11eb

View File

@ -132,7 +132,7 @@ class SystemChecksTestCase(SimpleTestCase):
@override_settings(
TEMPLATES=[
{
'BACKEND': 'django.template.backends.jinja2.Jinja2',
'BACKEND': 'django.template.backends.dummy.TemplateStrings',
'DIRS': [],
'APP_DIRS': True,
},