Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#7662 closed (duplicate)

Reverser Bug

Reported by: bfrederi Owned by: nobody
Component: Core (Other) Version: dev
Severity: Keywords: reverser
Cc: giuliani.v@… Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Jacob)

The reverser isn't handling this example of using a question mark properly:

urlpatterns = patterns('',
    url(r"([^/]+)/about/?$", project_about, name='project_about'),
)

This causes:

{% url project_about project %}

To return this:

/nomination/project/about/?

Change History (5)

comment:1 by Jacob, 16 years ago

Description: modified (diff)

(Fixed formatting. Preview is your friend!)

comment:2 by anonymous, 16 years ago

Cc: giuliani.v@… added

comment:3 by Eric Holscher, 16 years ago

milestone: 1.0
Triage Stage: UnreviewedAccepted

comment:4 by Eric Holscher, 16 years ago

Resolution: duplicate
Status: newclosed

duplicate of #7206

comment:5 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top