Дилян Палаузов a38ae914d8 Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 7 anos atrás
..
_ext d2afa5eb23 Fixed #28860 -- Removed unnecessary len() calls. 7 anos atrás
_theme bf50ae8210 Clarified QuerySet.iterator()'s docs on server-side cursors. 7 anos atrás
faq abd723c6a0 Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. 7 anos atrás
howto 7c81b28ebc Updated various links in docs to use HTTPS. 7 anos atrás
internals 7c81b28ebc Updated various links in docs to use HTTPS. 7 anos atrás
intro a8e492bc81 Removed note in tutorial about bypassing manage.py. 7 anos atrás
man 3926d5d406 Updated man page for Django 2.0 alpha. 7 anos atrás
misc 01f658644a Updated various links in docs to avoid redirects 7 anos atrás
ref a38ae914d8 Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 7 anos atrás
releases 1e81a4b897 Fixed #28638 -- Made allowed_hosts a required argument of is_safe_url(). 7 anos atrás
topics 09530e61a0 Fixed #28869 -- Made tagged test classes and methods inherit tags from parents. 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 83a36ac49a Removed unnecessary trailing commas and spaces in various code. 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 23b21db31b Fixed #28594 -- Removed Jython docs and specific code 7 anos atrás
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 anos atrás
spelling_wordlist 09530e61a0 Fixed #28869 -- Made tagged test classes and methods inherit tags from parents. 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/