mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
parent
6f7998adc7
commit
1f4b9f4f1f
2 changed files with 6 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue