#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 )
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 , 16 years ago
Description: | modified (diff) |
---|
comment:2 by , 16 years ago
Cc: | added |
---|
comment:3 by , 16 years ago
milestone: | → 1.0 |
---|---|
Triage Stage: | Unreviewed → Accepted |
Note:
See TracTickets
for help on using tickets.
(Fixed formatting. Preview is your friend!)