summaryrefslogtreecommitdiff
path: root/docs/topics/index.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-06-17 14:09:56 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-06-17 14:09:56 +0000
commit6c81952b379712a5bbd4e4d73ec88a07d875b68e (patch)
tree4e49bdf3db78f43ffc09591d47e01ddf81423af5 /docs/topics/index.txt
parent992ded1ad1a46b5605769735d28aad22d4cb04d5 (diff)
Fixed #10336 -- Added improved documentation of generic views. Thanks to Jacob and Adrian for the original text (from the DjangoBook), and Ramiro for doing the work of porting the docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/index.txt')
-rw-r--r--docs/topics/index.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/index.txt b/docs/topics/index.txt
index 20d7aa3061..a760d3d80c 100644
--- a/docs/topics/index.txt
+++ b/docs/topics/index.txt
@@ -14,6 +14,7 @@ Introductions to all the key parts of Django you'll need to know:
forms/index
forms/modelforms
templates
+ generic-views
files
testing
auth