summaryrefslogtreecommitdiff
path: root/docs/howto/error-reporting.txt
diff options
context:
space:
mode:
authorNatalia <124304+nessita@users.noreply.github.com>2024-05-03 14:39:43 -0300
committernessita <124304+nessita@users.noreply.github.com>2024-05-22 15:44:07 -0300
commit05cce083ad662913008e107bc6332e7ffe1502e6 (patch)
treeb3362d27330f0f78c33a713871e1ec7d6eac2ef2 /docs/howto/error-reporting.txt
parentec44247f597d09b7ca7a54d33249ec02c5fbeb07 (diff)
Removed versionadded/changed annotations for 5.0.
This also removes remaining versionadded/changed annotations for older versions.
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 b36f884096..61450dfe7a 100644
--- a/docs/howto/error-reporting.txt
+++ b/docs/howto/error-reporting.txt
@@ -192,10 +192,6 @@ filtered out of error reports in a production environment (that is, where
@another_decorator
def process_info(user): ...
- .. 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
@@ -235,10 +231,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