django/docs
Tim Graham b0e2cb8e47 [1.4.X] Fixed #15566 - Documented that update() doesn't honor DateField.auto_now
Thanks Shabda Raaj for the draft patch.

Backport of dc01e41d23 from master
2012-09-08 06:40:05 -04:00
..
_ext
_theme/djangodocs
faq
howto [1.4.X] Fixed #15566 - Documented that update() doesn't honor DateField.auto_now 2012-09-08 06:40:05 -04:00
internals [1.4.x] Updated obsolete links in the documentation 2012-08-30 07:47:56 -04:00
intro [1.4.x] Updated obsolete links in the documentation 2012-08-30 07:47:56 -04:00
man
misc
obsolete
ref [1.4.X] Fixed #18490 - Updated DateField input formats; thanks dloewenherz for the draft patch. 2012-09-07 19:50:55 -04:00
releases [1.4.x] Fixed #18212 -- Standardized arguments of GenericIPAddressField 2012-09-01 18:39:51 +02:00
topics [1.4.X] Fixed #15566 - Documented that update() doesn't honor DateField.auto_now 2012-09-08 06:40:05 -04:00
conf.py [1.4.x] Bump version numbers for security release. 2012-07-30 15:43:45 -05:00
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.

Technically speaking, 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/