Jannis Leidel 8882c55496 Fixed #16169 -- Updated tutorial to match the current project template, specifically the urls.py. Thanks, aaugustin. 13 jaren geleden
..
_ext 66fd824ee0 Fixed djangodocs Sphinx extension to work with latest Sphinx 14 jaren geleden
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 jaren geleden
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 jaren geleden
howto 89277c7f6e Fixed another typo in the docs. 13 jaren geleden
internals 43503b093a Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG setting. 13 jaren geleden
intro 8882c55496 Fixed #16169 -- Updated tutorial to match the current project template, specifically the urls.py. Thanks, aaugustin. 13 jaren geleden
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. 13 jaren geleden
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 jaren geleden
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 jaren geleden
ref 219a794217 Fixed #16338 -- Fixed Austrian postal codes validation. Thanks Bernhard Essl for the report and patch. 13 jaren geleden
releases 4a10338986 Fixed #14390 and #16262 -- Moved password related functions from auth models to utils module and stopped check_password from throwing an exception. Thanks, subsume and lrekucki. 13 jaren geleden
topics b4bd6bb78a Fixed #16209 -- Added notes about the DVCS mirrors to the install docs. Thanks, bedmondmark. 13 jaren geleden
Makefile fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 jaren geleden
README 4eec036ab3 Added a README for building offline HTML docs. 14 jaren geleden
conf.py 1339ef4af8 Bumped django_next_version so that "New in Django 1.3" links appear correctly. 14 jaren geleden
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. 14 jaren geleden
glossary.txt 16f4a2bec2 Minor markup and organization fixes to docs to correct Sphinx errors. 14 jaren geleden
index.txt aad6f21b29 Fixed #16057 -- Extended deployment documentation with instructions for uWSGI. Thanks, jpic and aaugustin. 13 jaren geleden

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/