Carlton Gibson bae05bcf68 Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers for add() and remove(). 5 år sedan
..
_ext 7206601040 Fixed crash building translated docs since Sphinx 1.8. 6 år sedan
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. 6 år sedan
faq 32796826bb Added stub release notes for 3.1. 5 år sedan
howto 416c584cab Removed versionadded/changed annotations for 2.2. 5 år sedan
internals 4b63d45d54 Expanded notes on alphas in release How-to. 5 år sedan
intro 44077985f5 Fixed #30775 -- Added admonition about missing imports to "Running tests" section in tutorial 5. 5 år sedan
man 513f137cfd Updated man page for 3.0 alpha release. 5 år sedan
misc 01f658644a Updated various links in docs to avoid redirects 7 år sedan
ref bae05bcf68 Fixed #27462 -- Clarifed pk_set difference in m2m_changed signal receivers for add() and remove(). 5 år sedan
releases 5cb3ed187b Fixed #30772 -- Optimized make_template_fragment_key(). 5 år sedan
topics 0ddb4ebf7b Refs #14357 -- Made Meta.ordering not affect GROUP BY queries. 5 år sedan
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 år sedan
README aed89adad5 Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. 6 år sedan
conf.py 0f2f517298 Bumped version; master is now 3.1 pre-alpha. 5 år sedan
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 år sedan
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 år sedan
index.txt fee75d2aed Fixed #30767 -- Improved references to deployment documentation. 5 år sedan
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 år sedan
spelling_wordlist 72ebe85a26 Fixed #27910 -- Added enumeration helpers for use in Field.choices. 5 år sedan

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