1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async functions."

This reverts commits 23cbed2187 and
203a15cadb.
This commit is contained in:
Mariusz Felisiak
2023-03-30 10:22:23 +02:00
committed by GitHub
parent b347dc63d5
commit 7330408ac3
5 changed files with 25 additions and 120 deletions

View File

@@ -215,9 +215,7 @@ Email
Error Reporting
~~~~~~~~~~~~~~~
* :func:`~django.views.decorators.debug.sensitive_variables` and
:func:`~django.views.decorators.debug.sensitive_post_parameters` can now be
used with asynchronous functions.
* ...
File Storage
~~~~~~~~~~~~