django/docs
Jacob Kaplan-Moss 7af62f48e3 Added note about using different settings modules in the same virtual host
(thanks steadicat).


git-svn-id: http://code.djangoproject.com/svn/django/trunk@277 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21 17:37:36 +00:00
..
admin_css.txt
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 Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given, Django will use all editable fields by default. This cuts down on redundancy. Also updated relevant docs to reflect the change. 2005-07-21 03:46:16 +00:00
modpython.txt Added note about using different settings modules in the same virtual host 2005-07-21 17:37:36 +00:00
overview.txt Fixed #92 -- meta.Admin 'fields' parameter is now optional. If it's not given, Django will use all editable fields by default. This cuts down on redundancy. Also updated relevant docs to reflect the change. 2005-07-21 03:46:16 +00:00
templates.txt
tutorial01.txt Added clarification about 'django-admin.py sqlclear' to docs/tutorial01 2005-07-20 21:01:47 +00:00
tutorial02.txt Changed tutorial docs to account for auto-reload on the development server 2005-07-21 15:36:43 +00:00
tutorial03.txt Changed tutorial docs to account for auto-reload on the development server 2005-07-21 15:36:43 +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