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 templates_python
forms forms
modelforms modelforms
files
upload_handling
testing testing
sessions sessions
cache cache
@ -58,6 +60,7 @@ Reference
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
admin
add_ons add_ons
contenttypes contenttypes
csrf csrf
@ -104,6 +107,7 @@ Et cetera
contributing contributing
admin_css admin_css
api_stability api_stability
distributions
Release notes Release notes
------------- -------------
@ -113,6 +117,8 @@ Release notes
release_notes_0.96 release_notes_0.96
release_notes_0.95 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 Also see the list of `backwards-incompatible changes`__ for changes made between
releases. releases.