#873 closed defect (wontfix)
handler404 and handler500 don't get applied within a URLconf include()
Reported by: | Adrian Holovaty | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | minor | Keywords: | |
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 a 404 error happens in a view that has been include()
d from another URLconf, the handler404
from the uppermost URLconf is called -- not the handler404
from the lowermost URLconf.
Note:
See TracTickets
for help on using tickets.
Too complex.