Mac Chapman 0b7378db1f Fixed #11097 -- Added note about parent link fields in formsets for multi-table inheritance models. пре 5 година
..
_ext 7206601040 Fixed crash building translated docs since Sphinx 1.8. пре 6 година
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. пре 6 година
faq f52022ad96 Made minor edits and small fixes to docs/faq/install.txt. пре 5 година
howto 94eae4e563 Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx responses. пре 5 година
internals f7eb9fb676 Refs #30010 -- Doc'd running tests with django-docker-box. пре 5 година
intro 103a6f4307 Fixed some typos in comments and docs. пре 5 година
man 513f137cfd Updated man page for 3.0 alpha release. пре 5 година
misc 01f658644a Updated various links in docs to avoid redirects пре 7 година
ref dafdfd6a60 Fixed #28790 -- Doc'd how to avoid running certain test classes in parallel. пре 5 година
releases f4ac9ae8d9 Refs #14218 -- Adjusted release note to use present tense. пре 5 година
topics 0b7378db1f Fixed #11097 -- Added note about parent link fields in formsets for multi-table inheritance models. пре 5 година
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. пре 7 година
README aed89adad5 Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. пре 6 година
conf.py 0f2f517298 Bumped version; master is now 3.1 pre-alpha. пре 5 година
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. пре 9 година
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. пре 9 година
index.txt fee75d2aed Fixed #30767 -- Improved references to deployment documentation. пре 5 година
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. пре 12 година
spelling_wordlist 72ebe85a26 Fixed #27910 -- Added enumeration helpers for use in Field.choices. пре 5 година

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/