summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-07-01 09:32:26 -0400
committerTim Graham <timograham@gmail.com>2014-07-01 17:29:41 -0400
commit20ec9daf7c2a4460e99a2983d7e32b7db5ee7ce6 (patch)
tree9e0cfa72e3987e87b1bc8ed34271a117147a0f6d /docs/internals
parent232f2028d57bb3b55304d3ea80ab0a06122f0b34 (diff)
Fixed #22933 -- Deprecated django.template.resolve_variable().
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 682cb6101a..cc219343a3 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -42,6 +42,8 @@ about each item can often be found in the release notes of two versions prior.
:class:`~django.core.management.BaseCommand` instead, which takes no arguments
by default.
+* ``django.template.resolve_variable`` will be removed.
+
.. _deprecation-removed-in-1.9:
1.9