Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#1265 closed defect (fixed)

ImportError exceptions are missing in process_exception

Reported by: wsobczuk@… 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.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

Closing this because I don't understand what the issue is, and whether it's already been fixed.

Note: See TracTickets for help on using tickets.
Back to Top