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 Oct. 30, 2022, 1:22 p.m. EST
This page last updated on Oct. 30, 2022, 1:22 p.m. EST

Commentary
Do not use.