Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#15593 closed Bug (fixed)

Docs: result of reverse() is already urlquoted

Reported by: Thomas Güttler Owned by: nobody
Component: Documentation Version: 1.2
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The documentation of reverse() could be improved:

http://docs.djangoproject.com/en/dev/topics/http/urls/#reverse

Add a note, that the result is already urlquoted.

Patch is attched.

Attachments (1)

reverse_doc_add_urlquote_info.patch (1.0 KB ) - added by Thomas Güttler 13 years ago.

Download all attachments as: .zip

Change History (10)

by Thomas Güttler, 13 years ago

comment:1 by Thomas Güttler, 13 years ago

Cc: hv@… added

comment:2 by Thomas Güttler, 13 years ago

Has patch: set

comment:3 by Gabriel Hurley, 13 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Brandon M Height, 13 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Luke Plant, 13 years ago

Type: Bug

comment:6 by Luke Plant, 13 years ago

Severity: Normal

comment:7 by Gabriel Hurley, 13 years ago

Resolution: fixed
Status: newclosed

In [16054]:

Fixed #15593 -- Added a note that the output of reverse is urlquoted. Thanks to guettli for the report and draft patch.

comment:8 by Gabriel Hurley, 13 years ago

In [16055]:

[1.3.X] Fixed #15593 -- Added a note that the output of reverse is urlquoted. Thanks to guettli for the report and draft patch.

Backport of [16054] from trunk.

comment:9 by Thomas Güttler, 12 years ago

Cc: hv@… removed
Easy pickings: unset
UI/UX: unset
Note: See TracTickets for help on using tickets.
Back to Top