The ifequal
and ifnotequal
tags are deprecated in Django 3.1. Use {% if a == b %}
and {% if a != b %}
instead.
ifnotequal Tag
Argument(s): values to compare.
Documentation
Did we get something wrong? Is there a use case for the
ifnotequal
tag that we should add?
Please let us know.
Official Documentation
This page last updated on March 6, 2021, 6:10 a.m. EST
This page last updated on March 6, 2021, 6:10 a.m. EST
Commentary
Do not use.