Move away from deprecated ifequal and ifnotequal tags.

Review Request #11969 — Created Jan. 21, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

The old ifequal and ifnotequal template tags were deprecated when
if gained support for expressions. They've since been removed, so
switch to the new syntax.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Move away from deprecated ifequal and ifnotequal tags.
The old `ifequal` and `ifnotequal` template tags were deprecated when `if` gained support for expressions. They've since been removed, so switch to the new syntax. Testing Done: Ran unit tests.
4fcd860fcf802d8c7df9e4504c85436bff0c4be3 David Trowbridge
djblets/datagrid/templates/datagrid/alphanumeric_paginator.html
djblets/datagrid/templates/datagrid/listview.html
djblets/datagrid/templates/datagrid/paginator.html
djblets/log/templates/log/log.html
Loading...