Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#5734 closed (fixed)

utils.http.urlquote() ignores safe kwarg

Reported by: Thomas Güttler <hv@…> 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)

utils_http_urlquote_safe.diff (1.2 KB ) - added by Thomas Güttler <hv@…> 17 years ago.

Download all attachments as: .zip

Change History (3)

by Thomas Güttler <hv@…>, 17 years ago

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(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.

comment:2 by Thomas Güttler <hv@…>, 16 years ago

Cc: hv@… removed
Note: See TracTickets for help on using tickets.
Back to Top