2
0
Tim Graham b902878fd6 Doc'd the latest state of the Jenkins pull request builders. 7 жил өмнө
..
_ext d2afa5eb23 Fixed #28860 -- Removed unnecessary len() 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 b9cec9fa1f Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs #24073. 7 жил өмнө
internals b902878fd6 Doc'd the latest state of the Jenkins pull request builders. 7 жил өмнө
intro a8e492bc81 Removed note in tutorial about bypassing manage.py. 7 жил өмнө
man 3926d5d406 Updated man page for Django 2.0 alpha. 7 жил өмнө
misc 01f658644a Updated various links in docs to avoid redirects 7 жил өмнө
ref 52aa26e697 Fixed #28231 -- Doc'd that QuerySet.bulk_create() casts objs to a list. 7 жил өмнө
releases 9a621edf62 Fixed #29016 -- Fixed incorrect foreign key nullification on related instance deletion. 7 жил өмнө
topics 196c257a23 Fixed typo in docs/topics/i18n/translation.txt. 7 жил өмнө
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 жил өмнө
README 37b13033c6 Removed sudo from pip commands in docs. 10 жил өмнө
conf.py 83a36ac49a Removed unnecessary trailing commas and spaces in various code. 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 23b21db31b Fixed #28594 -- Removed Jython docs and specific code 7 жил өмнө
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 жил өмнө
spelling_wordlist 09530e61a0 Fixed #28869 -- Made tagged test classes and methods inherit tags from parents. 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/