Chris Beaven 48e8b5e944 Add orphans support to MultipleObjectMixin 12 年 前
..
_ext 865cd35c9b Made more extensive usage of context managers with open. 13 年 前
_theme fad4a93275 Fixed #13616 - Updated the documentation to be compatible with Sphinx 1.0. 14 年 前
faq ccb2b574e8 Fixed #19315 -- Improved markup in admin FAQ. 12 年 前
howto 4585e12318 Fix typo in file storage docs. 12 年 前
internals 9b755a298a Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX. 12 年 前
intro 7058b595b6 Fixed #16779 - Added a contributing tutorial 12 年 前
man 5c53e30607 Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review. 13 年 前
misc a451d2b4a2 Replaced mentions of Subversion by Git in docs 12 年 前
ref 48e8b5e944 Add orphans support to MultipleObjectMixin 12 年 前
releases edf7ad36fa Fixed #18658 -- Improved ModelAdmin.message_user API 12 年 前
topics 1520748dac Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exception to completely stop the authentication chain. Many thanks to namn, danielr, Dan Julius, Łukasz Rekucki, Aashu Dwivedi and umbrae for working this over the years. 12 年 前
Makefile a79d920a56 Fixed #19266 -- Added Texinfo documentation target 12 年 前
README 8198a1923e Fixed #18928. Tightened language in docs/README. 12 年 前
conf.py a79d920a56 Fixed #19266 -- Added Texinfo documentation target 12 年 前
contents.txt 6eb4f25692 Removed an obsolete documentation page about admin style customization. 12 年 前
glossary.txt c4c7fbcc0d Fixed #18451 -- Vastly improved class based view documentation. 12 年 前
index.txt 7058b595b6 Fixed #16779 - Added a contributing tutorial 12 年 前
make.bat a79d920a56 Fixed #19266 -- Added Texinfo documentation target 12 年 前

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 ``sudo 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.pocoo.org/