1
0
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:
Pavel Lysak
2019-09-07 20:08:12 +03:00
committed by Carlton Gibson
parent a5a28de89d
commit 13e4abf83e
9 changed files with 112 additions and 3 deletions

View File

@@ -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
~~~~~~~~~~~~