Fixed #8234: Corrected typo in docs/cache.txt
[django.git] / docs / index.txt
blobe7e28a930c8ae9ef170faafc95f1d424ded447d8
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    forms
37    modelforms
38    files
39    upload_handling
40    testing
41    sessions
42    cache
43    settings
44    url_dispatch
45    request_response
46    generic_views
47    authentication
48    shortcuts
49    unicode
50    pagination
51    serialization
52    i18n
53    middleware
54    custom_model_fields
55    databases
56    
57 ``django.contrib`` add-ons
58 --------------------------
60 .. toctree::
61    :maxdepth: 1
62    
63    admin
64    add_ons
65    contenttypes
66    csrf
67    databrowse
68    flatpages
69    form_preview
70    form_wizard
71    localflavor
72    redirects
73    sites
74    sitemaps
75    syndication_feeds
76    webdesign
77    
78 Deployment
79 ----------
81 .. toctree::
82    :maxdepth: 1
84    modpython
85    fastcgi
86     
87 Solving specific problems
88 -------------------------
90 .. toctree::
91    :maxdepth: 1
93    apache_auth
94    static_files
95    email
96    legacy_databases
97    outputting_pdf
98    outputting_csv
99     
100 Et cetera
101 ---------
103 .. toctree::
104    :maxdepth: 1
106    design_philosophies
107    contributing
108    admin_css
109    api_stability
110    distributions
112 Release notes
113 -------------
115 .. toctree::
116    :maxdepth: 1
118    release_notes_0.96
119    release_notes_0.95
120    release_notes_1.0_alpha
121    release_notes_1.0_alpha_2
123 Also see the list of `backwards-incompatible changes`__ for changes made between
124 releases.
126 __ http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
128 Indices and tables
129 ==================
131 * :ref:`genindex`
132 * :ref:`modindex`
133 * :ref:`search`