Move away from deprecated ifequal and ifnotequal tags.

Review Request #11946 — Created Jan. 20, 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.
86802ab55f7319e3387e4d2efefb1e3392dd519c 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...