django1/docs
Adrian Holovaty 3ad2a774a7 Added 'How to use Django with mod_python' -- docs/modpython.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 19:55:18 +00:00
..
admin_css.txt Added screenshots to admin css docs 2005-07-19 15:39:15 +00:00
cache.txt Added cache documentation 2005-07-15 17:05:43 +00:00
db-api.txt Fixed #67 -- Human-readable name is now optional in model fields. If a second positional argument isn't given, Django will use the first argument, converting underscores to spaces. This change is fully backwards-compatible. 2005-07-19 17:20:37 +00:00
faq.txt Changed tutorial2 to use 'django-admin runserver' instead of mod_python. Also updated WSGI mentions in the docs, now that we're WSGI-friendly. 2005-07-18 23:14:48 +00:00
install.txt Changed tutorial2 to use 'django-admin runserver' instead of mod_python. Also updated WSGI mentions in the docs, now that we're WSGI-friendly. 2005-07-18 23:14:48 +00:00
model-api.txt Fixed #67 -- Human-readable name is now optional in model fields. If a second positional argument isn't given, Django will use the first argument, converting underscores to spaces. This change is fully backwards-compatible. 2005-07-19 17:20:37 +00:00
modpython.txt Added 'How to use Django with mod_python' -- docs/modpython.txt 2005-07-19 19:55:18 +00:00
overview.txt Fixed #67 -- Human-readable name is now optional in model fields. If a second positional argument isn't given, Django will use the first argument, converting underscores to spaces. This change is fully backwards-compatible. 2005-07-19 17:20:37 +00:00
templates.txt Fixed typo in template docs -- Thanks, Nicholas Riley and Robin Munn! 2005-07-17 15:15:26 +00:00
tutorial01.txt Fixed #67 -- Human-readable name is now optional in model fields. If a second positional argument isn't given, Django will use the first argument, converting underscores to spaces. This change is fully backwards-compatible. 2005-07-19 17:20:37 +00:00
tutorial02.txt Added docs/tutorial03 2005-07-19 05:43:07 +00:00
tutorial03.txt Fixed bug in example exception in tutorial03 -- thanks, Amit Upadhyay 2005-07-19 18:34:25 +00:00
url_dispatch.txt Added URL config documentation 2005-07-15 21:17:52 +00:00
writing-apps-guide-outline.txt Moved django-docs to just plain docs 2005-07-13 18:54:07 +00:00