#5734 closed (fixed)
utils.http.urlquote() ignores safe kwarg
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Up to now the kwarg safe of utils.http.urlquote() gets ignored.
Small patch with tests is attached.
Attachments (1)
Change History (3)
by , 17 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.