diff options
| author | Timo Graham <timograham@gmail.com> | 2010-12-27 13:27:26 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2010-12-27 13:27:26 +0000 |
| commit | ee5fb7d18c9e06b564e6947f63c18436a3c8b66c (patch) | |
| tree | 75485d1e957331758cdf3041b98470f858902847 /docs/index.txt | |
| parent | c00c377e5402fcb658baff982cf908138974a2b5 (diff) | |
Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/index.txt')
| -rw-r--r-- | docs/index.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.txt b/docs/index.txt index 632adc8da3..0cf066ee01 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -91,7 +91,8 @@ The view layer * **The basics:** :doc:`URLconfs <topics/http/urls>` | :doc:`View functions <topics/http/views>` | - :doc:`Shortcuts <topics/http/shortcuts>` + :doc:`Shortcuts <topics/http/shortcuts>` | + :doc:`Decorators <topics/http/decorators>` * **Reference:** :doc:`Request/response objects <ref/request-response>` | |
