django/docs
Tim Graham 171c7cc863 Fixed #28737 -- Clarified {% cache %} tag's handling of arguments.
Thanks Tom Aratyn for the report.
2017-10-25 12:46:12 -04:00
..
_ext
_theme
faq
howto
internals Advanced deprecation warnings for Django 2.1. 2017-09-22 12:51:19 -04:00
intro Fixed #27857 -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04:00
man Updated man page for Django 2.0 alpha. 2017-09-22 12:28:56 -04:00
misc
ref Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() dict. 2017-10-25 10:07:37 -04:00
releases Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last. 2017-10-21 20:55:45 -04:00
topics Fixed #28737 -- Clarified {% cache %} tag's handling of arguments. 2017-10-25 12:46:12 -04:00
Makefile
README
conf.py Bumped version; master is now 2.1 pre-alpha. 2017-09-22 12:51:17 -04:00
contents.txt
glossary.txt
index.txt
make.bat
spelling_wordlist

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/