Irindu Indeera babe9e64a6 Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples. 7 年之前
..
_ext 2c69824e5a Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 7 年之前
_theme bf50ae8210 Clarified QuerySet.iterator()'s docs on server-side cursors. 7 年之前
faq 01f658644a Updated various links in docs to avoid redirects 7 年之前
howto 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. 7 年之前
internals 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. 7 年之前
intro 8274160520 Fixed #28361 -- Fixed possible time-related failure in was_published_recently() tutorial test. 7 年之前
man 77b8d8cb6d Discouraged use of /tmp with predictable names. 9 年之前
misc 01f658644a Updated various links in docs to avoid redirects 7 年之前
ref babe9e64a6 Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples. 7 年之前
releases 169c3b3e07 Fixed #14204 -- Enforced SQLite foreign key constraints. 7 年之前
topics babe9e64a6 Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples. 7 年之前
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 年之前
README 37b13033c6 Removed sudo from pip commands in docs. 10 年之前
conf.py f370bfb108 Fixed docs build with Sphinx 1.6. 7 年之前
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 年之前
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 年之前
index.txt 719b370b34 Updated name of topics/db/queries link on index. 7 年之前
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 年之前
spelling_wordlist 516b7664dc Fixed #28260 -- Allowed customizing the test tablespace initial and autoextend size on Oracle. 7 年之前

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