Christopher Schäpers 6da140724d Fixed #28627 -- Added slug converter to some path() examples in docs. 7 سال پیش
..
_ext 2c69824e5a Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 7 سال پیش
_theme bf50ae8210 Clarified QuerySet.iterator()'s docs on server-side cursors. 7 سال پیش
faq abd723c6a0 Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. 7 سال پیش
howto 48d92fea67 Fixed #28367 -- Doc'd how to override management commands. 7 سال پیش
internals 4a461d49c7 Advanced deprecation warnings for Django 2.1. 7 سال پیش
intro df41b5a05d Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 7 سال پیش
man 3926d5d406 Updated man page for Django 2.0 alpha. 7 سال پیش
misc 01f658644a Updated various links in docs to avoid redirects 7 سال پیش
ref 6da140724d Fixed #28627 -- Added slug converter to some path() examples in docs. 7 سال پیش
releases 67a6ba391b Reverted "Fixed #28248 -- Fixed password reset tokens being valid for 1 day longer than PASSWORD_RESET_TIMEOUT_DAYS." 7 سال پیش
topics 6da140724d Fixed #28627 -- Added slug converter to some path() examples in docs. 7 سال پیش
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 سال پیش
README 37b13033c6 Removed sudo from pip commands in docs. 10 سال پیش
conf.py 92fad87958 Bumped version; master is now 2.1 pre-alpha. 7 سال پیش
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 سال پیش
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 سال پیش
index.txt c6986a4ebf Refs #17453 -- Fixed broken link to #django IRC logs. 7 سال پیش
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 سال پیش
spelling_wordlist 94cd8efc50 Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin. 7 سال پیش

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/