mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async functions."
This reverts commits23cbed2187
and203a15cadb
.
This commit is contained in:
parent
b347dc63d5
commit
7330408ac3
5 changed files with 25 additions and 120 deletions
|
@ -205,10 +205,6 @@ filtered out of error reports in a production environment (that is, where
|
|||
exception reporting, and consider implementing a :ref:`custom filter
|
||||
<custom-error-reports>` if necessary.
|
||||
|
||||
.. versionchanged:: 5.0
|
||||
|
||||
Support for wrapping ``async`` functions was added.
|
||||
|
||||
.. function:: sensitive_post_parameters(*parameters)
|
||||
|
||||
If one of your views receives an :class:`~django.http.HttpRequest` object
|
||||
|
@ -249,10 +245,6 @@ filtered out of error reports in a production environment (that is, where
|
|||
``user_change_password`` in the ``auth`` admin) to prevent the leaking of
|
||||
sensitive information such as user passwords.
|
||||
|
||||
.. versionchanged:: 5.0
|
||||
|
||||
Support for wrapping ``async`` functions was added.
|
||||
|
||||
.. _custom-error-reports:
|
||||
|
||||
Custom error reports
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue