mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
committed by
Mariusz Felisiak
parent
6f7998adc7
commit
1f4b9f4f1f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user