From 406de977ea1a6429535d21240e3ecdac06d4516c Mon Sep 17 00:00:00 2001 From: alexanderblnf Date: Mon, 11 Mar 2019 11:17:50 +0100 Subject: Fixed #30161 -- Added how to decorate class-based views to view decorators docs. --- docs/topics/http/decorators.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/topics/http') diff --git a/docs/topics/http/decorators.txt b/docs/topics/http/decorators.txt index 55676c4888..b5145919ab 100644 --- a/docs/topics/http/decorators.txt +++ b/docs/topics/http/decorators.txt @@ -7,6 +7,9 @@ View decorators Django provides several decorators that can be applied to views to support various HTTP features. +See :ref:`decorating-class-based-views` for how to use these decorators with +class-based views. + Allowed HTTP methods ==================== -- cgit v1.3