django/docs
Adrian Holovaty 9581c9ed96 Added better description of SlugField
git-svn-id: http://code.djangoproject.com/svn/django/trunk@225 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19 20:51:00 +00:00
..
admin_css.txt
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
model-api.txt Added better description of SlugField 2005-07-19 20:51:00 +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
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