Fix a small typo in docs/upload_handling.txt
[django.git] / docs / index.txt
blob385ada455ca7e4db11d97c34185ad0b5e7cd029e
1 ====================
2 Django Documentation
3 ====================
5 The essential documentation
6 ===========================
8 If you're new to Django, make sure to read the following documentation in
9 order.. The rest (in the "reference" section below) can be ready in any order as
10 you need various functionality.
12 .. toctree::
13    :maxdepth: 1
14    
15    overview
16    install
17    tutorial01
18    tutorial02
19    tutorial03
20    tutorial04
21    faq
22    documentation
23    
24 Reference
25 =========
27 .. toctree::
28    :maxdepth: 1
29    
30    django-admin
31    model-api
32    db-api
33    transactions
34    templates
35    templates_python
36    newforms
37    modelforms
38    testing
39    sessions
40    cache
41    settings
42    url_dispatch
43    request_response
44    generic_views
45    authentication
46    shortcuts
47    unicode
48    pagination
49    serialization
50    i18n
51    middleware
52    custom_model_fields
53    databases
54    
55 ``django.contrib`` add-ons
56 --------------------------
58 .. toctree::
59    :maxdepth: 1
60    
61    add_ons
62    contenttypes
63    csrf
64    databrowse
65    flatpages
66    form_preview
67    form_wizard
68    localflavor
69    redirects
70    sites
71    sitemaps
72    syndication_feeds
73    webdesign
74    
75 Deployment
76 ----------
78 .. toctree::
79    :maxdepth: 1
81    modpython
82    fastcgi
83     
84 Solving specific problems
85 -------------------------
87 .. toctree::
88    :maxdepth: 1
90    apache_auth
91    static_files
92    email
93    legacy_databases
94    outputting_pdf
95    outputting_csv
96     
97 Et cetera
98 ---------
100 .. toctree::
101    :maxdepth: 1
103    design_philosophies
104    contributing
105    admin_css
106    api_stability
108 Release notes
109 -------------
111 .. toctree::
112    :maxdepth: 1
114    release_notes_0.96
115    release_notes_0.95
117 Also see the list of `backwards-incompatible changes`__ for changes made between
118 releases.
120 __ http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
122 Indices and tables
123 ==================
125 * :ref:`genindex`
126 * :ref:`modindex`
127 * :ref:`search`