mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #31949 -- Made http decorators to work with async functions.
This commit is contained in:
committed by
Mariusz Felisiak
parent
cd4c4c1905
commit
3152f9de47
@@ -243,6 +243,13 @@ Decorators
|
||||
* :func:`~django.views.decorators.common.no_append_slash`
|
||||
* :func:`~django.views.decorators.debug.sensitive_variables`
|
||||
* :func:`~django.views.decorators.debug.sensitive_post_parameters`
|
||||
* :func:`~django.views.decorators.http.condition`
|
||||
* :func:`~django.views.decorators.http.etag`
|
||||
* :func:`~django.views.decorators.http.last_modified`
|
||||
* :func:`~django.views.decorators.http.require_http_methods`
|
||||
* :func:`~django.views.decorators.http.require_GET`
|
||||
* :func:`~django.views.decorators.http.require_POST`
|
||||
* :func:`~django.views.decorators.http.require_safe`
|
||||
* ``xframe_options_deny()``
|
||||
* ``xframe_options_sameorigin()``
|
||||
* ``xframe_options_exempt()``
|
||||
|
||||
Reference in New Issue
Block a user