Updated docs/index with new documents. Fixes #7725.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss 2008-08-12 23:29:09 +00:00
parent 3d1795d87a
commit bfac0b7385
1 changed files with 6 additions and 0 deletions

View File

@ -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.