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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
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 David Trowbridge
reviewboard/scmtools/models.py
Loading...