Removed unused ExceptionReporterFilter class.

Unused since 8f8c54f70b.
This commit is contained in:
Carlton Gibson 2020-01-09 15:54:05 +01:00 committed by Mariusz Felisiak
parent 6f7998adc7
commit 1f4b9f4f1f
2 changed files with 6 additions and 17 deletions

View file

@ -425,6 +425,11 @@ Miscellaneous
* The :class:`~django.forms.FileInput` widget no longer renders with the
``required`` HTML attribute when initial data exists.
* The undocumented ``django.views.debug.ExceptionReporterFilter`` class is
removed. As per the :ref:`custom-error-reports` documentation, classes to be
used with :setting:`DEFAULT_EXCEPTION_REPORTER_FILTER` needs to inherit from
:class:`django.views.debug.SafeExceptionReporterFilter`.
.. _deprecated-features-3.1:
Features deprecated in 3.1