Opened 18 years ago
Closed 18 years ago
#6305 closed (fixed)
got_request_exception signal not sent when settings.DEBUG = True
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | HTTP handling | Version: | dev |
| Severity: | Keywords: | signal signals exception exceptions got_request_exception settings debug | |
| Cc: | cmawebsite@… | 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
Currently the got_request_exception signal is not sent when settings.DEBUG = True. Is there any reason not to send it when settings.DEBUG = True?
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | got_request_exception_debug_true.patch added |
|---|
comment:1 by , 18 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch against [6991] that sends the signal regardless of what settings.DEBUG is.