django/docs
Adrian Holovaty b0e1a1dda8 Changed docs/cache to add docs for site-wide caching, via the cache middleware
git-svn-id: http://code.djangoproject.com/svn/django/trunk@224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 20:49:07 +00:00
..
admin_css.txt Added screenshots to admin css docs 2005-07-19 15:39:15 +00:00
cache.txt Changed docs/cache to add docs for site-wide caching, via the cache middleware 2005-07-19 20:49:07 +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 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 Added 'Running a development server with mod_python' to docs/modpython.txt 2005-07-19 20:20:38 +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 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 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