Opened 16 years ago

Closed 16 years ago

#6305 closed (fixed)

got_request_exception signal not sent when settings.DEBUG = True

Reported by: Collin Anderson <cmawebsite@…> 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)

got_request_exception_debug_true.patch (1.3 KB ) - added by Collin Anderson <cmawebsite@…> 16 years ago.
Patch against [6991] that sends the signal regardless of what settings.DEBUG is.

Download all attachments as: .zip

Change History (3)

by Collin Anderson <cmawebsite@…>, 16 years ago

Patch against [6991] that sends the signal regardless of what settings.DEBUG is.

comment:1 by Simon Greenhill <dev@…>, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7068]) Fixed #6305 -- Always emit the got_request_exception signal, even when
DEBUG=True. Patch from Collin Anderson.

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