django/docs
2015-01-17 09:31:59 -05:00
..
_ext
_theme
faq [1.7.x] Removed need to update Python version support note on each new release. 2014-12-18 11:56:50 -05:00
howto [1.7.x] Stripped headers containing underscores to prevent spoofing in WSGI environ. 2015-01-13 13:02:56 -05:00
internals [1.7.x] Removed obsolete item from deprecation timeline. 2015-01-01 13:36:26 -05:00
intro [1.7.x] Fixed #24143 -- Encouraged use of Http404 messages for debugging. 2015-01-16 09:42:03 -05:00
man
misc
ref [1.7.x] Documented django.utils.timezone.FixedOffset; thanks Aymeric. 2015-01-17 09:31:59 -05:00
releases [1.7.x] Fixed #24135 -- Made RenameModel rename many-to-many tables. 2015-01-15 20:43:49 -05:00
topics [1.7.x] Fixed a typo in the test responses docs. 2015-01-16 18:24:48 -05:00
conf.py
contents.txt
glossary.txt
index.txt [1.7.x] Fixed #24070 -- Added tutorial topics to doc index. 2015-01-03 08:48:59 -05:00
make.bat
Makefile [1.7.x] Added an "htmlview" target to open docs after building them. 2014-12-08 07:24:07 -05:00
README
spelling_wordlist [1.7.x] Fixed DoS possibility in ModelMultipleChoiceField. 2015-01-13 13:02:56 -05:00

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

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-doc.org/