mirror of https://github.com/django/django.git
Removed Jinja2 dependency from admin_checks tests.
This commit is contained in:
parent
f5d9ee11a2
commit
9f6d0c11eb
|
@ -132,7 +132,7 @@ class SystemChecksTestCase(SimpleTestCase):
|
||||||
@override_settings(
|
@override_settings(
|
||||||
TEMPLATES=[
|
TEMPLATES=[
|
||||||
{
|
{
|
||||||
'BACKEND': 'django.template.backends.jinja2.Jinja2',
|
'BACKEND': 'django.template.backends.dummy.TemplateStrings',
|
||||||
'DIRS': [],
|
'DIRS': [],
|
||||||
'APP_DIRS': True,
|
'APP_DIRS': True,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue