tk e7adad27f3 Fixed typo in docs/topics/cache.txt. il y a 7 ans
..
_ext 2c69824e5a Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. il y a 7 ans
_theme bf50ae8210 Clarified QuerySet.iterator()'s docs on server-side cursors. il y a 7 ans
faq abd723c6a0 Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. il y a 7 ans
howto 48d92fea67 Fixed #28367 -- Doc'd how to override management commands. il y a 7 ans
internals 4844af90fb Fixed #28579 -- Doc'd upgrade effort expectations for Django 2.0. il y a 7 ans
intro 9075805570 Refs #23276 -- Fixed explanation of how calling views works. il y a 7 ans
man 77b8d8cb6d Discouraged use of /tmp with predictable names. il y a 9 ans
misc 01f658644a Updated various links in docs to avoid redirects il y a 7 ans
ref 94cd8efc50 Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin. il y a 7 ans
releases fb02ebe889 Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary key in an Index's fields. il y a 7 ans
topics e7adad27f3 Fixed typo in docs/topics/cache.txt. il y a 7 ans
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. il y a 7 ans
README 37b13033c6 Removed sudo from pip commands in docs. il y a 10 ans
conf.py f370bfb108 Fixed docs build with Sphinx 1.6. il y a 7 ans
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
index.txt c6986a4ebf Refs #17453 -- Fixed broken link to #django IRC logs. il y a 7 ans
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. il y a 12 ans
spelling_wordlist 94cd8efc50 Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin. il y a 7 ans

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/