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

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/