diff options
| author | alexanderblnf <alexandru@g2g-online.nl> | 2019-03-11 11:17:50 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-03-12 10:55:37 -0400 |
| commit | 406de977ea1a6429535d21240e3ecdac06d4516c (patch) | |
| tree | 974e5ebf3863a839f2677dbed3643526414391a5 /docs/topics/http | |
| parent | d77657737fcf09a28bc7905be15974977439351a (diff) | |
Fixed #30161 -- Added how to decorate class-based views to view decorators docs.
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/decorators.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 ==================== |
