Fixed #30161 -- Added how to decorate class-based views to view decorators docs.

This commit is contained in:
alexanderblnf 2019-03-11 11:17:50 +01:00 committed by Tim Graham
parent d77657737f
commit 406de977ea
2 changed files with 6 additions and 0 deletions

View file

@ -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
====================