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

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

This commit is contained in:
Jon Janzen
2023-03-22 02:21:04 -07:00
committed by GitHub
parent 6087bc4e15
commit 23cbed2187
5 changed files with 120 additions and 25 deletions

View File

@@ -152,7 +152,9 @@ 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
~~~~~~~~~~~~