• 
      

    Stop using deprecated django.utils.http.urlquote

    Review Request #12058 — Created Feb. 12, 2022 and submitted

    Information

    Review Board
    release-5.0.x

    Reviewers

    Django had a urlquote implementation which is no longer needed, and
    emits deprecation warnings pointing people to just use the standard
    library urllib.parse.quote.

    Ran unit tests.

    Summary ID
    Stop using deprecated django.utils.http.urlquote
    Django had a urlquote implementation which is no longer needed, and emits deprecation warnings pointing people to just use the standard library `urllib.parse.quote`. Testing Done: Ran unit tests.
    1e662a96038b2c3b7ea10f327600d5e6dd681d30
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to django-3.2 (130139e)