summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2020-01-09 15:54:05 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-01-11 20:18:38 +0100
commit1f4b9f4f1f17542e8af755de7aa139196ae440c1 (patch)
treec787aad968d97f6c9b40890221edee7209773102 /docs
parent6f7998adc784032f4b8918ca2eea27537ea4cbbe (diff)
Removed unused ExceptionReporterFilter class.
Unused since 8f8c54f70bfa3aa8e311514297f1eeded2c32593.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt
index 29e5e22314..9e8dff3456 100644
--- a/docs/releases/3.1.txt
+++ b/docs/releases/3.1.txt
@@ -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