From 72a170b4c3c4c2db8192bb1a6424bcc8eb533973 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 2 May 2020 18:04:51 -0700 Subject: Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags. The {% if %} tag provides all features of these tags. Since Django 1.2 (May 17, 2010), the docs have hinted that {% ifequal %} and {% ifnotequal %} will be deprecated in a future Django version. Time to make it official. --- 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 183ce23408..074345ef40 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -90,6 +90,8 @@ details on these changes. ``django.contrib.postgres.fields.jsonb.KeyTransform``, and ``django.contrib.postgres.fields.jsonb.KeyTextTransform`` will be removed. +* The ``{% ifequal %}`` and ``{% ifnotequal %}`` template tags will be removed. + See the :ref:`Django 3.1 release notes ` for more details on these changes. -- cgit v1.3