summaryrefslogtreecommitdiff
path: root/docs/topics/index.txt
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-10-18 13:34:47 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-10-18 13:34:47 +0000
commit0fcb09455729113f64a9873ca40bffd009b9bc5f (patch)
tree39930fcdc6eddc10de50048e3f5424b05a0526bb /docs/topics/index.txt
parentfa2159f85b62375f3a1e462f174523ea5e5b691e (diff)
Fixed #6735 -- Added class-based views.
This patch is the result of the work of many people, over many years. To try and thank individuals would inevitably lead to many people being left out or forgotten -- so rather than try to give a list that will inevitably be incomplete, I'd like to thank *everybody* who contributed in any way, big or small, with coding, testing, feedback and/or documentation over the multi-year process of getting this into trunk. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/index.txt')
-rw-r--r--docs/topics/index.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/topics/index.txt b/docs/topics/index.txt
index c9c2f2d033..1f680a1651 100644
--- a/docs/topics/index.txt
+++ b/docs/topics/index.txt
@@ -12,7 +12,8 @@ Introductions to all the key parts of Django you'll need to know:
forms/index
forms/modelforms
templates
- generic-views
+ class-based-views
+ generic-views-migration
files
testing
auth
@@ -26,3 +27,10 @@ Introductions to all the key parts of Django you'll need to know:
settings
signals
+Deprecated features
+-------------------
+
+.. toctree::
+ :maxdepth: 1
+
+ generic-views