django/docs
Caroline Simpson dc5b01ad05 Fixed #18773 -- Added logging for template variable resolving
Added a django.template logger without a default handler. Added
logging if there is an exception while resolving variables in a
template.
2015-03-27 19:19:48 -04:00
..
_ext
_theme
faq
howto
internals Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -04:00
intro Fixed #24519 -- Clarified location of templates directory in tutorial 2. 2015-03-27 09:57:58 -04:00
man
misc
ref Dropped support for PostgreSQL 9.0. 2015-03-27 12:10:55 -04:00
releases Fixed #18773 -- Added logging for template variable resolving 2015-03-27 19:19:48 -04:00
topics Fixed #18773 -- Added logging for template variable resolving 2015-03-27 19:19:48 -04:00
Makefile
README
conf.py
contents.txt
glossary.txt
index.txt Fixed #23814 -- Documented apps refactored out of Django. 2015-03-25 08:46:23 -04:00
make.bat
spelling_wordlist Fixed #16362 -- Allowed lookaround assertions in URL patterns. 2015-03-23 09:00:07 -04:00

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 ``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/