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

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

david
Djblets
release-3.x
djblets

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.

Summary
Update thumbnail templatetag to use non-deprecated name for antialising.
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (fc83ef9)
Loading...