Jezeniel Zapanta abe6c5defe Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add(). 7 năm trước cách đây
..
_ext fe32fe1619 Used console directive in "Writing documentation". 7 năm trước cách đây
_theme 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. 7 năm trước cách đây
faq abd723c6a0 Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. 7 năm trước cách đây
howto fd9398816e Fixed #29165 -- Clarified how to load initial data with migrations. 7 năm trước cách đây
internals e1cf2a607e Added "Denial-of-service attacks" to the security issue severity classification. 7 năm trước cách đây
intro c4fa0143f7 Removed "Remove any old versions of Django" install instructions. 7 năm trước cách đây
man 3926d5d406 Updated man page for Django 2.0 alpha. 7 năm trước cách đây
misc 01f658644a Updated various links in docs to avoid redirects 7 năm trước cách đây
ref abe6c5defe Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add(). 7 năm trước cách đây
releases 6421bd702f Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than NullBooleanField. 7 năm trước cách đây
topics abe6c5defe Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add(). 7 năm trước cách đây
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 năm trước cách đây
README 37b13033c6 Removed sudo from pip commands in docs. 10 năm trước cách đây
conf.py 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. 7 năm trước cách đây
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 năm trước cách đây
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 năm trước cách đây
index.txt 23b21db31b Fixed #28594 -- Removed Jython docs and specific code 7 năm trước cách đây
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 năm trước cách đây
spelling_wordlist 6d794fb762 Fixed #28960 -- Added GEOSGeometry.buffer_with_style(). 7 năm trước cách đây

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/