Fixed #22933 -- Deprecated django.template.resolve_variable().

This commit is contained in:
Tim Graham 2014-07-01 09:32:26 -04:00
parent 232f2028d5
commit 20ec9daf7c
3 changed files with 14 additions and 0 deletions

View file

@ -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