django/docs/howto
Malcolm Tredinnick d32c290846 Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2.
Also documented the change. We prefer to load directory_index.html for static
directory listings, but if you have the (older style) "directory_index"
template and no .html version, we'll load that. This should stop a bunch of
mysterious breakages when people upgrade to Django 1.0.3 or Django 1.1. Also
keeps the docs in sync with released code.

Fixed #9993.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9725 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-09 12:41:07 +00:00
..
deployment Fixed #9434 -- Added a note to the mod_python docs regarding requiring 2008-10-24 09:26:09 +00:00
apache-auth.txt
custom-file-storage.txt
custom-management-commands.txt
custom-model-fields.txt
custom-template-tags.txt
error-reporting.txt
index.txt Fixed #8326: added documentation about running Django on Jython. Docs originally written by Leo Soto, and then cleaned up a bit by me. 2008-08-26 15:52:21 +00:00
initial-data.txt Fixed #9731 -- Typo fix in docs. 2008-12-07 03:41:23 +00:00
jython.txt
legacy-databases.txt
outputting-csv.txt
outputting-pdf.txt Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor. 2008-11-01 19:02:09 +00:00
static-files.txt Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2. 2009-01-09 12:41:07 +00:00