Update thumbnail templatetag to use non-deprecated name for antialising.

Review Request #12406 — Created June 23, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

The templatetag we use for creating image thumbnails was using a
long-deprecated name for the antialias flag. This was causing a
DeprecationWarning when running tests. This change updates us to use
the new name.

Ran Review Board unit tests and saw that the deprecation warning was
gone.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Update thumbnail templatetag to use non-deprecated name for antialising.
The templatetag we use for creating image thumbnails was using a long-deprecated name for the antialias flag. This was causing a `DeprecationWarning` when running tests. This change updates us to use the new name. Testing Done: Ran Review Board unit tests and saw that the deprecation warning was gone.
e844e76b95ea111aa785d623f7446c0bda52abe8 David Trowbridge
djblets/util/templatetags/djblets_images.py
Loading...