1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs
2005-07-19 20:20:38 +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 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