django/docs
Claude Paroz 4e3794dd1f [1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgets
Thanks Mathieu Leplatre for the report and the initial patch.
Backport of 102f26c92 from master.
2013-09-02 13:34:26 +02:00
..
_ext [1.6.x] Added a bugfix in docutils 0.11 -- docs will now build properly. 2013-07-31 09:26:11 -04:00
_theme/djangodocs
faq
howto [1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without subclass restrictions. 2013-08-30 17:45:14 -06:00
internals [1.6.x] Updated instructions for running contrib tests. 2013-08-27 08:24:31 -04:00
intro [1.6.x] Fixed #20891 -- Removed part of the tutorial that requires pytz 2013-08-15 15:31:57 -04:00
man
misc
ref [1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgets 2013-09-02 13:34:26 +02:00
releases [1.6.x] Fixed #20988 -- Added model meta option select_on_save 2013-08-30 09:47:34 +03:00
topics [1.6.x] Made the doc about translating string literals in templates more prominent. 2013-08-31 08:00:33 -04:00
conf.py
contents.txt
glossary.txt
index.txt
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/