summaryrefslogtreecommitdiff
path: root/django/template/__init__.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-18 10:30:11 -0400
committerTim Graham <timograham@gmail.com>2015-09-23 19:31:09 -0400
commit5c62887d82b1d886c97eb2d4ed3f596b0e6bfebb (patch)
treed4d3250e2c305673e814b8ce84a34a464590b1cb /django/template/__init__.py
parent222d0633010e2f37f9fbd2d0559ecc4a5643c738 (diff)
Refs #22933 -- Removed template.resolve_variable() per deprecation timeline.
Diffstat (limited to 'django/template/__init__.py')
-rw-r--r--django/template/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/django/template/__init__.py b/django/template/__init__.py
index 63b3d7ba4d..b55b4491c6 100644
--- a/django/template/__init__.py
+++ b/django/template/__init__.py
@@ -61,9 +61,6 @@ from .base import ( # NOQA i
Context, Node, NodeList, Origin, RequestContext, Template, Variable,
)
-# Deprecated in Django 1.8, will be removed in Django 1.10.
-from .base import resolve_variable # NOQA isort:skip
-
# Library management
from .library import Library # NOQA isort:skip