diff options
Diffstat (limited to 'docs/topics/class-based-views.txt')
-rw-r--r-- | docs/topics/class-based-views.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/topics/class-based-views.txt b/docs/topics/class-based-views.txt index 4da48ec288..1faa98023b 100644 --- a/docs/topics/class-based-views.txt +++ b/docs/topics/class-based-views.txt @@ -584,6 +584,8 @@ This approach applies the decorator on a per-instance basis. If you want every instance of a view to be decorated, you need to take a different approach. +.. _decorating-class-based-views: + Decorating the class -------------------- |