summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-07-10 09:29:42 +0200
committerGitHub <noreply@github.com>2023-07-10 09:29:42 +0200
commit99bd373367e54790da25b64c1d21610ac0f9feda (patch)
tree513eec10c1f18de3325ac91d158dc8a133dffbb4 /docs
parent953f81e078fb7299b6d40d4e599e5f559e03952b (diff)
Refs #31949 -- Mentioned @sensitive_variables/sensitive_post_parameters decorators in async topic.
Follow up to 38e391e95fe5258bc6d2467332dc9cd44ce6ba52.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/async.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/async.txt b/docs/topics/async.txt
index fb50f007e2..8554e1effb 100644
--- a/docs/topics/async.txt
+++ b/docs/topics/async.txt
@@ -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`