Ryan Nowakowski 3f141719a1 Updated the default cache key transformation in documentation. преди 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 32796826bb Added stub release notes for 3.1. преди 5 години
howto 416c584cab Removed versionadded/changed annotations for 2.2. преди 5 години
internals 226ebb1729 Fixed #28622 -- Allowed specifying password reset link expiration in seconds and deprecated PASSWORD_RESET_TIMEOUT_DAYS. преди 5 години
intro 44077985f5 Fixed #30775 -- Added admonition about missing imports to "Running tests" section in tutorial 5. преди 5 години
man 513f137cfd Updated man page for 3.0 alpha release. преди 5 години
misc 01f658644a Updated various links in docs to avoid redirects преди 7 години
ref d71497bb24 Refs #26601 -- Used new-style middlewares in documentation. преди 5 години
releases b31e63879e Fixed #29444 -- Allowed returning multiple fields from INSERT statements on Oracle. преди 5 години
topics 3f141719a1 Updated the default cache key transformation in documentation. преди 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/