django/docs
Adrian Holovaty 21f152e9e5 Removed redundant word from docs/modpython.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 20:01:49 +00:00
..
admin_css.txt Added screenshots to admin css docs 2005-07-19 15:39:15 +00:00
cache.txt
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 Added 'How can I see the raw SQL queries Django is running?' to the FAQ 2005-07-19 19:55:31 +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 Removed redundant word from docs/modpython.txt 2005-07-19 20:01:49 +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
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 note to tutorial02 on how to stop the development server on Unix vs. Windows 2005-07-19 19:58:19 +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
writing-apps-guide-outline.txt