shanghui 3333d935d2 Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth. hace 7 años
..
_ext d2afa5eb23 Fixed #28860 -- Removed unnecessary len() calls. hace 7 años
_theme bf50ae8210 Clarified QuerySet.iterator()'s docs on server-side cursors. hace 7 años
faq abd723c6a0 Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. hace 7 años
howto ccc25bfe4f Refs #23919 -- Removed obsolete __init__.py files in management command directories. hace 7 años
internals ab7f4c3306 Refs #28965 -- Deprecated unused django.utils.http.cookie_date(). hace 7 años
intro 23b21db31b Fixed #28594 -- Removed Jython docs and specific code hace 7 años
man 3926d5d406 Updated man page for Django 2.0 alpha. hace 7 años
misc 01f658644a Updated various links in docs to avoid redirects hace 7 años
ref 5d5a2bd299 Confirmed support for PostGIS 2.4. hace 7 años
releases 3333d935d2 Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth. hace 7 años
topics 3333d935d2 Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.auth. hace 7 años
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. hace 7 años
README 37b13033c6 Removed sudo from pip commands in docs. hace 10 años
conf.py 83a36ac49a Removed unnecessary trailing commas and spaces in various code. hace 7 años
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. hace 9 años
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. hace 9 años
index.txt 23b21db31b Fixed #28594 -- Removed Jython docs and specific code hace 7 años
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. hace 12 años
spelling_wordlist fc22a0a214 Removed unused words from docs/spelling_wordlist. hace 7 años

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/