Opened 16 years ago
Closed 16 years ago
#7821 closed (invalid)
Add exception value to NoReverseMatch exception
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | 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 NoReverseMatch exception in django.core.urlresolvers.reverse has no string value associated with it. I added a string value to make it display the value of lookup_view, it makes it a little easier to debug URL issues. I've attached a patch, just a quick one-liner.
Attachments (2)
Change History (4)
by , 16 years ago
Attachment: | urlresolvers-reverse.diff added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
This was fixed in [8272]. Try with a more recent version of trunk.
Note:
See TracTickets
for help on using tickets.
Add a value to the NoReverseMatch exception raised by django.core.urlresolvers.reverse