Swat009 00169bc361 Fixed #30547 -- Doc'd how Meta.constraints affect model validation. 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 b6c4766f53 Refs #29548 -- Updated docs for MariaDB support. 5 år sedan
howto a7038adbd0 Fixed typos in signals and custom management commands docs. 5 år sedan
internals 8a187bfa3b Updated release process notes for oss-security list content guidelines. 5 år sedan
intro b6c4766f53 Refs #29548 -- Updated docs for MariaDB support. 5 år sedan
man f9f09a8a02 Updated man page for 2.2 final. 6 år sedan
misc 01f658644a Updated various links in docs to avoid redirects 7 år sedan
ref 00169bc361 Fixed #30547 -- Doc'd how Meta.constraints affect model validation. 5 år sedan
releases 87f5d07eed Fixed #12952 -- Adjusted admin log change messages to use form labels instead of field names. 5 år sedan
topics 0c2ffdd526 Fixed an example of email with display name in EmailMessage.from_email. 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 879cc3da62 Moved extlinks in docs config to allow using 'version' variable. 6 å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 d293d68f6a Removed dead links to botbot.me. 6 år sedan
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 år sedan
spelling_wordlist 199025fa88 Removed unused words from docs/spelling_wordlist. 6 å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/