summaryrefslogtreecommitdiff
path: root/django/core/context_processors.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/context_processors.py')
-rw-r--r--django/core/context_processors.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/django/core/context_processors.py b/django/core/context_processors.py
index 19cc8b4def..f2303bec59 100644
--- a/django/core/context_processors.py
+++ b/django/core/context_processors.py
@@ -1,9 +1,8 @@
import warnings
-from django.template.context_processors import * # NOQA
+from django.template.context_processors import * # NOQA
from django.utils.deprecation import RemovedInDjango20Warning
-
warnings.warn(
"django.core.context_processors is deprecated in favor of "
"django.template.context_processors.",