diff options
author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-12-17 23:36:32 +0100 |
---|---|---|
committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-12-28 17:02:31 +0100 |
commit | 9eb4f28e89692440e01c40a179a0b2111f4f0e04 (patch) | |
tree | 4367c2bbb5144864a7fc322d1d86c6158938020f /tests/shortcuts/tests.py | |
parent | d3205e3e2eb0202e7bdffaee3e2a80ad444b1ca2 (diff) | |
download | django-9eb4f28e89692440e01c40a179a0b2111f4f0e04.tar.gz |
Deprecated TEMPLATE_CONTEXT_PROCESSORS.
Diffstat (limited to 'tests/shortcuts/tests.py')
-rw-r--r-- | tests/shortcuts/tests.py | 1 |
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', ) |