Paveł Tyślacki bdf3863bdd Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor of Meta.constraints. 6 年之前
..
_ext 7206601040 Fixed crash building translated docs since Sphinx 1.8. 6 年之前
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. 6 年之前
faq e626a3f993 Renamed Sqlite and Sqlite3 references to SQLite. 6 年之前
howto b7dbd5ff68 Fixed broken links to PyYAML page. 6 年之前
internals 9b15ff08ba Used auto-numbered lists in documentation. 6 年之前
intro 9b15ff08ba Used auto-numbered lists in documentation. 6 年之前
man 253fcff90f Updated man page for Django 2.1 alpha. 6 年之前
misc 01f658644a Updated various links in docs to avoid redirects 7 年之前
ref bdf3863bdd Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor of Meta.constraints. 6 年之前
releases 6fe9c45b72 Fixed #30024 -- Made urlencode() and Client raise TypeError when None is passed as data. 6 年之前
topics e817ae74da Followed style guide for model attribute ordering. 6 年之前
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 年之前
README 37b13033c6 Removed sudo from pip commands in docs. 10 年之前
conf.py 7ed4713a90 Removed obsolete html_use_smartypants Sphinx option. 6 年之前
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 年之前
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 年之前
index.txt d293d68f6a Removed dead links to botbot.me. 6 年之前
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 年之前
spelling_wordlist d6381d3559 Fixed #28990 -- Added autosummarize parameter to BrinIndex. 6 年之前

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/