Mikhail Golubev e7dc39fb65 Fixed #28229 -- Fixed the value of LoginView's "next" template variable. 7 anos atrás
..
_ext 2c69824e5a Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 7 anos atrás
_theme bf50ae8210 Clarified QuerySet.iterator()'s docs on server-side cursors. 7 anos atrás
faq 01f658644a Updated various links in docs to avoid redirects 7 anos atrás
howto 7c9a833301 Fixed #26028 -- Added overriding templates howto. 7 anos atrás
internals c68f5d83c0 Fixed #27655 -- Added some guidelines to the coding style docs. 7 anos atrás
intro 1a49b89470 Fixed #27953 -- Added instance's pk to Model.__str__(). 7 anos atrás
man 77b8d8cb6d Discouraged use of /tmp with predictable names. 9 anos atrás
misc 01f658644a Updated various links in docs to avoid redirects 7 anos atrás
ref 0877989c94 Fixed typo in docs/ref/models/querysets.txt. 7 anos atrás
releases e7dc39fb65 Fixed #28229 -- Fixed the value of LoginView's "next" template variable. 7 anos atrás
topics 49b9c89d40 Fixed #28233 -- Used a simpler example in the aggregation "cheat sheet" docs. 7 anos atrás
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 anos atrás
README 37b13033c6 Removed sudo from pip commands in docs. 10 anos atrás
conf.py f370bfb108 Fixed docs build with Sphinx 1.6. 7 anos atrás
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 anos atrás
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 anos atrás
index.txt 3f64fd2f75 Replaced docs/internals/team.txt with DSF teams page. 8 anos atrás
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 anos atrás
spelling_wordlist 516b7664dc Fixed #28260 -- Allowed customizing the test tablespace initial and autoextend size on Oracle. 7 anos atrás

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/