Stop using deprecated django.utils.http.urlquote

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

david
Review Board
release-5.0.x
reviewboard

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
Stop using deprecated django.utils.http.urlquote
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to django-3.2 (130139e)
Loading...