django/docs
Simon Charette f037ae11ec [2.2.x] Refs #26207 -- Removed obsolete note about slow constructing a model with deferred fields.
This is not true since 7f51876 removed the necessity of creating
proxy model classes at runtime for each deferred field sets.
Backport of 35396a7f24 from master
2019-10-14 12:53:32 +02:00
..
_ext
_theme
faq
howto [2.2.x] Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx responses. 2019-10-09 10:17:03 +02:00
internals [2.2.x] Fixed #27086 -- Doc'd fix for test suite hang on macOS. 2019-10-09 15:51:00 +02:00
intro [2.2.x] Fixed #30775 -- Added admonition about missing imports to "Running tests" section in tutorial 5. 2019-09-16 10:05:02 +02:00
man [2.2.x] Updated man page for Django 2.2. 2019-09-02 08:00:01 +02:00
misc
ref [2.2.x] Clarified that SECURE_REDIRECT_EXEMPT patterns should not include leading slashes. 2019-10-11 16:07:38 +02:00
releases [2.2.x] Fixed #30870 -- Fixed showing that RunPython operations are irreversible by migrate --plan. 2019-10-14 11:45:47 +02:00
topics [2.2.x] Refs #26207 -- Removed obsolete note about slow constructing a model with deferred fields. 2019-10-14 12:53:32 +02:00
conf.py
contents.txt
glossary.txt
index.txt [2.2.x] Fixed #30767 -- Improved references to deployment documentation. 2019-09-09 10:06:58 +02:00
make.bat
Makefile
README
spelling_wordlist

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/