#31532: Deprecate {% ifequal %} and {% ifnotequal %} template tags in favor of
{%
if %}.
------------------------------------------------+------------------------
Reporter: Jon Dufresne | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Template system | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
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.
--
Ticket URL: <https://code.djangoproject.com/ticket/31532>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.bda9e220e1678656711a07bd077fe368%40djangoproject.com.