summaryrefslogtreecommitdiff
path: root/docs/howto/error-reporting.txt
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-03-30 10:22:23 +0200
committerGitHub <noreply@github.com>2023-03-30 10:22:23 +0200
commit7330408ac36f893a4a11c668ba230b440ec09f41 (patch)
treefb928c361adf71a85dc7efe5c4fdf33b2611cff6 /docs/howto/error-reporting.txt
parentb347dc63d5468564cbb7050461565f4f89032664 (diff)
Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async functions."
This reverts commits 23cbed21876bf02f4600c0dac3a5277db5b2afbb and 203a15cadbf8d03b51df1b28d89b2e7ab4264973.
Diffstat (limited to 'docs/howto/error-reporting.txt')
-rw-r--r--docs/howto/error-reporting.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/howto/error-reporting.txt b/docs/howto/error-reporting.txt
index 875e56a51d..fd465ecf6b 100644
--- a/docs/howto/error-reporting.txt
+++ b/docs/howto/error-reporting.txt
@@ -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