mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #23913 -- Deprecated the = comparison in if template tag.
This commit is contained in:
parent
412066e71e
commit
d563e3be68
6 changed files with 68 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue