django/docs
Tim Graham 0934894976 [1.5.x] Fixed #21490 -- Fixed custom admin URL reverse example.
Thanks glarrain for the report.

Backport of bfe7377adb from master
2013-11-24 15:19:39 -05:00
..
_ext
_theme/djangodocs
faq
howto [1.5.x] Fix #20054: Removed links to modwsgi.org. 2013-11-22 09:15:37 +01:00
internals Removed obsolete deprecation notes. 2013-11-23 14:47:41 +01:00
intro [1.5.x] Recommended setuptools in the reuseable app tutorial. 2013-11-19 16:24:42 -05:00
man
misc
ref [1.5.x] Fixed #21490 -- Fixed custom admin URL reverse example. 2013-11-24 15:19:39 -05:00
releases [1.5.x] Fixed #21240 -- Added 1.5 release note for OneToOneField/select_related change. 2013-11-18 09:35:21 -05:00
topics Fixed #21468 -- Removed a ModelForm bit that doesn't apply to 1.5.x. 2013-11-20 10:52:49 +01:00
conf.py [1.5.x] Bump everything for 1.5.5 bugfix release. 2013-10-24 23:31:51 -05:00
contents.txt
glossary.txt
index.txt [1.5.x] Fixed #21180 -- Additional deprecation notes for databrowse. 2013-10-01 10:21:04 -04:00
make.bat
Makefile
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/