#5734 closed (fixed)
utils.http.urlquote() ignores safe kwarg
Description ¶
Up to now the kwarg safe of utils.http.urlquote() gets ignored.
Small patch with tests is attached.
Change History (3)
by , 18 years ago
Attachment: | utils_http_urlquote_safe.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Cc: | removed |
---|
Note:
See TracTickets
for help on using tickets.
(In [6554]) Fixed #5734 -- Fixed an omission where we weren't passing the "safe" argument
upstream in django.utils.http.urlquote(). Thanks, Thomas Güttler.