mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.
This commit is contained in:
committed by
Carlton Gibson
parent
a5a28de89d
commit
13e4abf83e
@@ -173,6 +173,10 @@ Error Reporting
|
||||
:setting:`DEFAULT_EXCEPTION_REPORTER_FILTER` when applying settings
|
||||
filtering.
|
||||
|
||||
* The new :setting:`DEFAULT_EXCEPTION_REPORTER` allows providing a
|
||||
:class:`django.views.debug.ExceptionReporter` subclass to customize exception
|
||||
report generation. See :ref:`custom-error-reports` for details.
|
||||
|
||||
File Storage
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user