• 
      

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

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

    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.

    Summary ID
    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
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.x (fc83ef9)