mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Moved context_processors from django.core to django.template.
This commit is contained in:
parent
c599f233b1
commit
92e8f1f302
20 changed files with 152 additions and 134 deletions
|
@ -4344,7 +4344,7 @@ class ValidXHTMLTests(TestCase):
|
|||
|
||||
@override_settings(
|
||||
TEMPLATE_CONTEXT_PROCESSORS=filter(
|
||||
lambda t: t != 'django.core.context_processors.i18n',
|
||||
lambda t: t != 'django.template.context_processors.i18n',
|
||||
global_settings.TEMPLATE_CONTEXT_PROCESSORS),
|
||||
USE_I18N=False,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue