~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to docs/index.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-05-21 07:52:55 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100521075255-ii78v1dyfmyu3uzx
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
.. _archives of the django-users mailing list: http://groups.google.com/group/django-users/
29
29
.. _post a question: http://groups.google.com/group/django-users/
30
30
.. _#django IRC channel: irc://irc.freenode.net/django
31
 
.. _IRC logs: http://oebfare.com/logger/django/
 
31
.. _IRC logs: http://botland.oebfare.com/logger/django/
32
32
.. _ticket tracker: http://code.djangoproject.com/
33
33
 
34
34
First steps
65
65
      :ref:`Raw SQL <topics-db-sql>` |
66
66
      :ref:`Transactions <topics-db-transactions>` |
67
67
      :ref:`Aggregation <topics-db-aggregation>` |
68
 
      :ref:`Custom fields <howto-custom-model-fields>`
 
68
      :ref:`Custom fields <howto-custom-model-fields>` |
 
69
      :ref:`Multiple databases <topics-db-multi-db>`
69
70
 
70
71
    * **Other:**
71
72
      :ref:`Supported databases <ref-databases>` |
72
73
      :ref:`Legacy databases <howto-legacy-databases>` |
73
 
      :ref:`Providing initial data <howto-initial-data>`
 
74
      :ref:`Providing initial data <howto-initial-data>` |
 
75
      :ref:`Optimize database access <topics-db-optimization>`
74
76
 
75
77
The template layer
76
78
==================
138
140
      :ref:`Overview <topics-settings>` |
139
141
      :ref:`Full list of settings <ref-settings>`
140
142
 
 
143
    * **Exceptions:**
 
144
      :ref:`Overview <ref-exceptions>`
 
145
 
141
146
    * **django-admin.py and manage.py:**
142
147
      :ref:`Overview <ref-django-admin>` |
143
148
      :ref:`Adding custom commands <howto-custom-management-commands>`
166
171
    * :ref:`Databrowse <ref-contrib-databrowse>`
167
172
    * :ref:`E-mail (sending) <topics-email>`
168
173
    * :ref:`Flatpages <ref-contrib-flatpages>`
 
174
    * :ref:`GeoDjango <ref-contrib-gis>`
169
175
    * :ref:`Humanize <ref-contrib-humanize>`
170
176
    * :ref:`Internationalization <topics-i18n>`
171
177
    * :ref:`Jython support <howto-jython>`
172
178
    * :ref:`"Local flavor" <ref-contrib-localflavor>`
 
179
    * :ref:`Messages <ref-contrib-messages>`
173
180
    * :ref:`Pagination <topics-pagination>`
174
181
    * :ref:`Redirects <ref-contrib-redirects>`
175
182
    * :ref:`Serialization <topics-serialization>`
180
187
    * :ref:`Syndication feeds (RSS/Atom) <ref-contrib-syndication>`
181
188
    * :ref:`Unicode in Django <ref-unicode>`
182
189
    * :ref:`Web design helpers <ref-contrib-webdesign>`
 
190
    * :ref:`Validators <ref-validators>`
183
191
 
184
192
The Django open-source project
185
193
==============================
201
209
 
202
210
    * **Django over time:**
203
211
      :ref:`API stability <misc-api-stability>` |
204
 
      :ref:`Archive of release notes <releases-index>` | `Backwards-incompatible changes`_ |
 
212
      :ref:`Release notes and upgrading instructions <releases-index>` |
205
213
      :ref:`Deprecation Timeline <internals-deprecation>`
206
 
 
207
 
.. _Backwards-incompatible changes: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges