Garry Polley 0b698eaea6 Added example of assertNumQueries() with "using" kwarg in testing topics docs. 5 年之前
..
_ext 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. 5 年之前
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 5 年之前
faq 5708327c37 Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. 5 年之前
howto d8b6a76bc7 Refs #28954 -- Remove remaining Jython documentation. 5 年之前
internals 5708327c37 Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. 5 年之前
intro 3930ec1bf2 Fixed #31062 -- Doc'd asgi.py in tutorials and project templates. 5 年之前
man 513f137cfd Updated man page for 3.0 alpha release. 5 年之前
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 年之前
ref d216e67b0c Removed outdated information from contrib.sites docs. 5 年之前
releases 5a4d7285bd Fixed #31094 -- Included columns referenced by subqueries in GROUP BY on aggregations. 5 年之前
topics 0b698eaea6 Added example of assertNumQueries() with "using" kwarg in testing topics docs. 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 635a3f8e6e Refs #30451 -- Doc'd asynchronous support and async-safety. 5 年之前
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 年之前
spelling_wordlist c90ab30fa1 Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. 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/