Opened 9 years ago
Closed 9 years ago
#25208 closed Bug (worksforme)
Admin site NoReverseMatch
Reported by: | Albus | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.8 |
Severity: | Normal | Keywords: | admin NoReverseMatch |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When I try to open a url not exist, it will raise a 500 internal server error instead of 404.
e.g.
path: /admin/dasdk
error: NoReverseMatch: Reverse for 'search' with arguments '()' and keyword arguments '{}' not found. 0 pattern(s) tried: []
Note:
See TracTickets
for help on using tickets.
We'll need a sample project to reproduce this.