Tim Graham 548f78ba46 Removed redundant lookup name in register_lookup() calls. 7 rokov pred
..
_ext 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. 7 rokov pred
_theme 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. 7 rokov pred
faq abd723c6a0 Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. 7 rokov pred
howto 2162f0983d Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields). 7 rokov pred
internals 92fe161e69 Made minor edits and corrections to docs/internals/git.txt. 7 rokov pred
intro 4775dcb521 Renamed the "Supported versions" label. 7 rokov pred
man 3926d5d406 Updated man page for Django 2.0 alpha. 7 rokov pred
misc 01f658644a Updated various links in docs to avoid redirects 7 rokov pred
ref 548f78ba46 Removed redundant lookup name in register_lookup() calls. 7 rokov pred
releases e307ff29d2 Fixed #27810 -- Allowed query expressions in admin_order_field. 7 rokov pred
topics 9b1125bfc7 Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users. 7 rokov pred
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 rokov pred
README 37b13033c6 Removed sudo from pip commands in docs. 10 rokov pred
conf.py 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. 7 rokov pred
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 rokov pred
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 rokov pred
index.txt 23b21db31b Fixed #28594 -- Removed Jython docs and specific code 7 rokov pred
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 rokov pred
spelling_wordlist 6d794fb762 Fixed #28960 -- Added GEOSGeometry.buffer_with_style(). 7 rokov pred

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/