Tim Graham 3df8ccf6fc [1.9.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins. 7 năm trước cách đây
..
_ext e1b8ac5a37 [1.9.x] Removed deprecated html_translator_class sphinx config option. 7 năm trước cách đây
_theme 8897f4b0df [1.9.x] Fixed many spelling mistakes in code, comments, and docs. 9 năm trước cách đây
faq 5316ae7d4f [1.9.x] Fixed #26894 -- Fixed a typo in docs/faq/admin.txt 8 năm trước cách đây
howto b9ad6b645d [1.9.x] Fixed typo in docs/howto/custom-template-tags.txt. 7 năm trước cách đây
internals 9e8bfc5c62 [1.9.x] Refs #24154 -- Added check_aggregate_support() to deprecation timeline. 7 năm trước cách đây
intro 690effbcc3 [1.9.x] Fixed #27115 -- Corrected a screenshot in the tutorial. 8 năm trước cách đây
man 47f3ee2625 [1.9.x] Discouraged use of /tmp with predictable names. 8 năm trước cách đây
misc 5dceb1f078 [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 8 năm trước cách đây
ref 3df8ccf6fc [1.9.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins. 7 năm trước cách đây
releases 89cb0a451c [1.9.x] Removed redundant backticks in docs/releases/1.8.txt 7 năm trước cách đây
topics 14d53d78be [1.9.x] Removed unexpected initial attribute in data migration examples. 7 năm trước cách đây
Makefile b327a614eb Added an "htmlview" target to open docs after building them. 10 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 e1b8ac5a37 [1.9.x] Removed deprecated html_translator_class sphinx config option. 7 năm trước cách đây
contents.txt 5dceb1f078 [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 8 năm trước cách đây
glossary.txt 5dceb1f078 [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 8 năm trước cách đây
index.txt 5dceb1f078 [1.9.x] Fixed #26020 -- Normalized header stylings in docs. 8 năm trước cách đây
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 11 năm trước cách đây
spelling_wordlist 04780e8a25 [1.9.x] Fixed #26267 -- Fixed BoundField to reallow slices of subwidgets. 8 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/