summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2008-08-12 23:29:09 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2008-08-12 23:29:09 +0000
commitbfac0b738595962bb43f76e9d59cfbea85ca37db (patch)
treedbd5864dbbe4dee66d937e373b2cb22ba6daf237 /docs
parent3d1795d87a74e2ab5f2bee5bb71a856a809be4f7 (diff)
downloaddjango-bfac0b738595962bb43f76e9d59cfbea85ca37db.tar.gz
Updated docs/index with new documents. Fixes #7725.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 36a0273819..e7e28a930c 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -35,6 +35,8 @@ Reference
templates_python
forms
modelforms
+ files
+ upload_handling
testing
sessions
cache
@@ -58,6 +60,7 @@ Reference
.. toctree::
:maxdepth: 1
+ admin
add_ons
contenttypes
csrf
@@ -104,6 +107,7 @@ Et cetera
contributing
admin_css
api_stability
+ distributions
Release notes
-------------
@@ -113,6 +117,8 @@ Release notes
release_notes_0.96
release_notes_0.95
+ release_notes_1.0_alpha
+ release_notes_1.0_alpha_2
Also see the list of `backwards-incompatible changes`__ for changes made between
releases.