From 99bd373367e54790da25b64c1d21610ac0f9feda Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Mon, 10 Jul 2023 09:29:42 +0200 Subject: [PATCH] Refs #31949 -- Mentioned @sensitive_variables/sensitive_post_parameters decorators in async topic. Follow up to 38e391e95fe5258bc6d2467332dc9cd44ce6ba52. --- docs/topics/async.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/async.txt b/docs/topics/async.txt index fb50f007e29..8554e1effb6 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`