From 20ec9daf7c2a4460e99a2983d7e32b7db5ee7ce6 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 1 Jul 2014 09:32:26 -0400 Subject: Fixed #22933 -- Deprecated django.template.resolve_variable(). --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') 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 -- cgit v1.3