Jannis Leidel 43cb78fafd Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on the authentication middleware. Thanks, vanschelven. %!s(int64=13) %!d(string=hai) anos
..
_ext 66fd824ee0 Fixed djangodocs Sphinx extension to work with latest Sphinx %!s(int64=14) %!d(string=hai) anos
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. %!s(int64=14) %!d(string=hai) anos
faq dff31de20a Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. %!s(int64=14) %!d(string=hai) anos
howto d138906ad9 Fixed #15974 -- Correctly link to static files handling in deployment docs. Thanks, RogueBean. %!s(int64=13) %!d(string=hai) anos
internals 38a2444277 Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admin to conventional file system location. %!s(int64=13) %!d(string=hai) anos
intro 8882c55496 Fixed #16169 -- Updated tutorial to match the current project template, specifically the urls.py. Thanks, aaugustin. %!s(int64=13) %!d(string=hai) anos
man ce165f7bbf Fixed #16099 -- Enabled threading for the runserver management command and added a --nothreading option to disable it if needed. This should help Google Chrome users because it opens more than one connection speculatively. %!s(int64=13) %!d(string=hai) anos
misc 94af19c43f Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt %!s(int64=14) %!d(string=hai) anos
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. %!s(int64=14) %!d(string=hai) anos
ref 43cb78fafd Fixed #14506 -- Added an assertion to XViewMiddleware about the dependency on the authentication middleware. Thanks, vanschelven. %!s(int64=13) %!d(string=hai) anos
releases 38a2444277 Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admin to conventional file system location. %!s(int64=13) %!d(string=hai) anos
topics dbffffa7dc Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Michal Petrucha. %!s(int64=13) %!d(string=hai) anos
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. %!s(int64=14) %!d(string=hai) anos
README 4eec036ab3 Added a README for building offline HTML docs. %!s(int64=14) %!d(string=hai) anos
conf.py 1339ef4af8 Bumped django_next_version so that "New in Django 1.3" links appear correctly. %!s(int64=14) %!d(string=hai) anos
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. %!s(int64=14) %!d(string=hai) anos
glossary.txt 16f4a2bec2 Minor markup and organization fixes to docs to correct Sphinx errors. %!s(int64=14) %!d(string=hai) anos
index.txt aad6f21b29 Fixed #16057 -- Extended deployment documentation with instructions for uWSGI. Thanks, jpic and aaugustin. %!s(int64=13) %!d(string=hai) anos

README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

Technically speaking, it uses ReST (reStructuredText) [1], and the Sphinx
documentation system [2]. This allows it to be built into other forms for
easier viewing and browsing.

To create an HTML version of the docs on a Unix machine (Linux or Mac):

* Install Sphinx (using ``easy_install Sphinx`` or some other method)

* In this docs/ directory, type ``make html`` at a shell prompt.

The documentation in _build/html/index.html can then be viewed in a web browser.

[1] http://docutils.sourceforge.net/rst.html
[2] http://sphinx.pocoo.org/