summaryrefslogtreecommitdiff
path: root/tests/shortcuts/tests.py
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-12-17 23:36:32 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-12-28 17:02:31 +0100
commit9eb4f28e89692440e01c40a179a0b2111f4f0e04 (patch)
tree4367c2bbb5144864a7fc322d1d86c6158938020f /tests/shortcuts/tests.py
parentd3205e3e2eb0202e7bdffaee3e2a80ad444b1ca2 (diff)
downloaddjango-9eb4f28e89692440e01c40a179a0b2111f4f0e04.tar.gz
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Diffstat (limited to 'tests/shortcuts/tests.py')
-rw-r--r--tests/shortcuts/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/shortcuts/tests.py b/tests/shortcuts/tests.py
index 984373bfe7..1de27c8515 100644
--- a/tests/shortcuts/tests.py
+++ b/tests/shortcuts/tests.py
@@ -4,7 +4,6 @@ from django.test import TestCase, override_settings
@override_settings(
- TEMPLATE_CONTEXT_PROCESSORS=('django.template.context_processors.static',),
STATIC_URL='/path/to/static/media/',
ROOT_URLCONF='shortcuts.urls',
)