#1265 closed defect (fixed)
ImportError exceptions are missing in process_exception
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | major | 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 an ImportError is raised (and probably others) the aproppriate middleware doesn't handle it - perhaps it can't. In a production environment it is very important to be able to see the cause of all errors (and not just have users redirected to the 500 view).
So I propose to provide some method of being able to handle *all* exceptions and not just the ones in views.
Note:
See TracTickets
for help on using tickets.
Closing this because I don't understand what the issue is, and whether it's already been fixed.