1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs
2017-10-09 09:39:57 -04:00
..
_ext
_theme
faq
howto Fixed #28367 -- Doc'd how to override management commands. 2017-09-02 16:21:13 -04:00
internals Advanced deprecation warnings for Django 2.1. 2017-09-22 12:51:19 -04:00
intro Fixed #27857 -- Dropped support for Python 3.4. 2017-09-25 17:11:03 -04:00
man Updated man page for Django 2.0 alpha. 2017-09-22 12:28:56 -04:00
misc
ref Refs #23919 -- Corrected django.utils.http.urlencode()'s documented signature. 2017-10-09 08:54:44 -04:00
releases Moved link in "Features removed in 2.0" to be more specific. 2017-10-09 09:39:57 -04:00
topics Fixed #28584 -- Dropped support for SQLite < 3.7.15. 2017-10-03 10:42:18 -04:00
conf.py Bumped version; master is now 2.1 pre-alpha. 2017-09-22 12:51:17 -04:00
contents.txt
glossary.txt
index.txt
make.bat
Makefile
README
spelling_wordlist Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin. 2017-09-18 13:48:02 -04:00

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/