mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Refs #31949 -- Mentioned @sensitive_variables/sensitive_post_parameters decorators in async topic.
Follow up to 38e391e95f.
This commit is contained in:
parent
953f81e078
commit
99bd373367
1 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,8 @@ view functions:
|
|||
* :func:`~django.views.decorators.cache.never_cache`
|
||||
* :func:`~django.views.decorators.common.no_append_slash`
|
||||
* :func:`~django.views.decorators.csrf.csrf_exempt`
|
||||
* :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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue