Tim Graham 7275576235 Clarified thread safety note in class based views; thanks rafadura for the patch. 12 年之前
..
_ext 865cd35c9b Made more extensive usage of context managers with open. 13 年之前
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 年之前
faq 5d4f993bb1 Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ Troubleshooting page. This is to avoid confusion for beginners. 12 年之前
howto c5ef65bcf3 [py3] Ported django.utils.encoding. 12 年之前
internals 50c41e77e8 Put all the security-related notes in the same notice box. 12 年之前
intro 5d4f993bb1 Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ Troubleshooting page. This is to avoid confusion for beginners. 12 年之前
man 5c53e30607 Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review. 13 年之前
misc c4c7fbcc0d Fixed #18451 -- Vastly improved class based view documentation. 12 年之前
obsolete 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 年之前
ref 7275576235 Clarified thread safety note in class based views; thanks rafadura for the patch. 12 年之前
releases c5ef65bcf3 [py3] Ported django.utils.encoding. 12 年之前
topics 576ec12f8e [py3] Replaced __nonzero__ by __bool__ 12 年之前
Makefile 393aeb79b8 Added gettext target to sphinx makefiles. 13 年之前
README c0e73a4909 Fixed #9995 -- Updated the installation instructions to recommend pip. Also fixed ReST errors. Refs #9112. 13 年之前
conf.py 00ace01411 [py3] Documented coding guidelines for Python 3. 12 年之前
contents.txt 264d19752e Fixed #13397 - Include third level headings in the TOC. thanks cyang for the suggestion, rleland for the patch. 14 年之前
glossary.txt c4c7fbcc0d Fixed #18451 -- Vastly improved class based view documentation. 12 年之前
index.txt 5c3bc25598 And link security policies from documentation index. 12 年之前
make.bat 393aeb79b8 Added gettext target to sphinx makefiles. 13 年之前

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:

* Install Sphinx (using ``sudo pip install Sphinx`` or some other method)

* In this docs/ directory, type ``make html`` (or ``make.bat html`` on
Windows) 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/