Ramiro Morales dff31de20a Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. пре 14 година
..
_ext 66fd824ee0 Fixed djangodocs Sphinx extension to work with latest Sphinx пре 14 година
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. пре 14 година
faq dff31de20a Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. пре 14 година
howto 45e55b9143 Fixed #14614 - filtering of sensitive information in 500 error reports. пре 14 година
internals dff31de20a Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. пре 14 година
intro dff31de20a Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. пре 14 година
man 6a32e253f6 Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver management command. Thanks to Jason Alonso and Łukasz Rekucki for the report and initial patches. пре 14 година
misc 94af19c43f Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt пре 14 година
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. пре 14 година
ref dff31de20a Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. пре 14 година
releases dff31de20a Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. пре 14 година
topics dff31de20a Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch. пре 14 година
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. пре 14 година
README 4eec036ab3 Added a README for building offline HTML docs. пре 14 година
conf.py 1339ef4af8 Bumped django_next_version so that "New in Django 1.3" links appear correctly. пре 14 година
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. пре 14 година
glossary.txt 16f4a2bec2 Minor markup and organization fixes to docs to correct Sphinx errors. пре 14 година
index.txt 524c5fa07a Fixed #14261 - Added clickjacking protection (X-Frame-Options header) пре 14 година

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/