django/docs
Claude Paroz e953c78eeb Fixed #16969 -- Don't connect to named database when possible
Thanks Andreas Pelme for the report and initial patch, and
Aymeric Augustin, Shai Berger and Tim Graham for the reviews.
2013-11-09 09:42:17 +01:00
..
_ext Fixed all E226 violations 2013-11-03 10:08:55 -08:00
_theme/djangodocs
faq
howto
internals Fixed #16969 -- Don't connect to named database when possible 2013-11-09 09:42:17 +01:00
intro
man
misc
ref Added missing parameter in npgettext_lazy docs 2013-11-08 23:20:50 +01:00
releases Fixed #13970 -- Made SelectDateWidget use the standard widget is_required attribute 2013-11-08 16:58:17 +01:00
topics Noted that .clear() will delete intermediary models 2013-11-08 19:24:31 -05:00
Makefile
README
conf.py Fixed all E261 warnings 2013-11-02 18:20:39 -04:00
contents.txt
glossary.txt
index.txt
make.bat

README

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/