django/docs
Carlton Gibson 268e7c7747 [2.2.x] Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers for add() and remove().
Thank you to Mariusz Felisiak for review.

Backport of bae05bcf68 from master
2019-09-19 11:41:32 +02:00
..
_ext
_theme
faq
howto [2.2.x] Fixed #30767 -- Improved references to deployment documentation. 2019-09-09 10:06:58 +02:00
internals [2.2.x] Fixed typo in docs/internals/contributing/writing-documentation.txt. 2019-09-05 14:09:02 +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] Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers for add() and remove(). 2019-09-19 11:41:32 +02:00
releases [2.2.x] Fixed #30769 -- Fixed a crash when filtering against a subquery JSON/HStoreField annotation. 2019-09-16 08:53:31 +02:00
topics [2.2.x] Fixed broken links and redirects in documentation. 2019-08-21 10:58:05 +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/