django/docs
Adrian Holovaty 903920a3d2 Fixed #103 -- Changed docs/install.txt to note there is no official version yet
git-svn-id: http://code.djangoproject.com/svn/django/trunk@258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 01:33:13 +00:00
..
admin_css.txt Added screenshots to admin css docs 2005-07-19 15:39:15 +00:00
cache.txt Fixed inevitable ReST bug in [224] 2005-07-19 20:58:16 +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 customize the functionality of the admin interface?' to FAQ 2005-07-20 01:34:08 +00:00
install.txt Fixed #103 -- Changed docs/install.txt to note there is no official version yet 2005-07-21 01:33:13 +00:00
model-api.txt Added optional rel_name parameter to ManyToManyField, which makes it possible to many-to-many-relate a single model to another model more than once. Also updated the model docs to reflect this 2005-07-20 22:55:01 +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 Added clarification about 'django-admin.py sqlclear' to docs/tutorial01 2005-07-20 21:01:47 +00:00
tutorial02.txt Added "philosophy" sections to tutorials so they can be styled differently 2005-07-20 20:10:35 +00:00
tutorial03.txt Added '--settings' option to django-admin. This specifies which settings module to use, if you don't want to deal with setting the DJANGO_SETTINGS_MODULE environment variable. Refactored django-admin to use optparse. Updated the tutorials to use '--settings' instead of environment variables, which can be confusing. 2005-07-20 17:42:36 +00:00
url_dispatch.txt Fixed typos and tightened up docs/url_dispatch.txt 2005-07-20 01:16:51 +00:00
writing-apps-guide-outline.txt Moved django-docs to just plain docs 2005-07-13 18:54:07 +00:00