Django

Code

Ticket #6305 (closed: fixed)

Opened 8 months ago

Last modified 7 months ago

got_request_exception signal not sent when settings.DEBUG = True

Reported by: Collin Anderson <cmawebsite@gmail.com> Assigned to: nobody
Milestone: Component: HTTP handling
Version: SVN Keywords: signal signals exception exceptions got_request_exception settings debug
Cc: cmawebsite@gmail.com Triage Stage: Ready for checkin
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

got_request_exception_debug_true.patch (1.3 kB) - added by Collin Anderson <cmawebsite@gmail.com> on 01/02/08 22:21:13.
Patch against [6991] that sends the signal regardless of what settings.DEBUG is.

Change History

01/02/08 22:21:13 changed by Collin Anderson <cmawebsite@gmail.com>

  • attachment got_request_exception_debug_true.patch added.

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

01/13/08 06:28:43 changed by Simon Greenhill <dev@simon.net.nz>

  • needs_better_patch changed.
  • stage changed from Unreviewed to Ready for checkin.
  • needs_tests changed.
  • needs_docs changed.

02/02/08 22:06:36 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #6305 (got_request_exception signal not sent when settings.DEBUG = True)




Change Properties
Action