Opened 16 years ago

Last modified 13 years ago

#7662 closed

Reverser Bug — at Initial Version

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

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 (0)

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