Fixed #23913 -- Deprecated the = comparison in if template tag.

This commit is contained in:
Ola Sitarska 2014-12-01 21:20:37 +00:00 committed by Tim Graham
parent 412066e71e
commit d563e3be68
6 changed files with 68 additions and 3 deletions

View file

@ -140,6 +140,9 @@ details on these changes.
* The ``ssi`` template tag will be removed.
* Support for the ``=`` comparison operator in the ``if`` template tag will be
removed.
.. _deprecation-removed-in-1.9:
1.9