Removed versionadded/changed annotations for 5.0.

This also removes remaining versionadded/changed annotations for older
versions.
This commit is contained in:
Natalia 2024-05-03 14:39:43 -03:00 committed by nessita
parent ec44247f59
commit 05cce083ad
44 changed files with 0 additions and 379 deletions

View file

@ -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