• 
      

    Stop using deprecated django.utils.http.urlquote

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

    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.

    Commits

    Files