2
0
Bruno Alla 604341c85f Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context in as_view(). 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 01f658644a Updated various links in docs to avoid redirects 7 жил өмнө
howto 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. 7 жил өмнө
internals 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. 7 жил өмнө
intro 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. 7 жил өмнө
man 77b8d8cb6d Discouraged use of /tmp with predictable names. 9 жил өмнө
misc 01f658644a Updated various links in docs to avoid redirects 7 жил өмнө
ref 604341c85f Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context in as_view(). 7 жил өмнө
releases 604341c85f Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context in as_view(). 7 жил өмнө
topics 604341c85f Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context in as_view(). 7 жил өмнө
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 жил өмнө
README 37b13033c6 Removed sudo from pip commands in docs. 10 жил өмнө
conf.py f370bfb108 Fixed docs build with Sphinx 1.6. 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 3f64fd2f75 Replaced docs/internals/team.txt with DSF teams page. 8 жил өмнө
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 жил өмнө
spelling_wordlist 516b7664dc Fixed #28260 -- Allowed customizing the test tablespace initial and autoextend size on Oracle. 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/