django/docs
Adrian Holovaty b108360407 Fixed #290 -- Thanks, Matt Croydon
git-svn-id: http://code.djangoproject.com/svn/django/trunk@437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-09 00:43:33 +00:00
..
admin_css.txt
cache.txt
db-api.txt Small formatting improvement to docs/db-api.txt 2005-08-05 14:38:22 +00:00
faq.txt Changed faq to say explicitly that db.queries includes all SQL statements 2005-08-02 20:38:55 +00:00
forms.txt
generic_views.txt Fixed typos in generic-views documentation 2005-08-08 19:45:57 +00:00
install.txt
model-api.txt Fixed #280 -- Added _pre_delete() and _post_delete() hooks. Also updated the docs and added a unit testdjango/core/meta/__init__.py 2005-08-08 18:29:02 +00:00
modpython.txt
overview.txt
templates.txt
tutorial01.txt Changed 'django-admin startapp' so that it doesn't create the 'urls' directory. People have said they're a bit overwhelmed by the multiple url directories, and this one isn't necessary for basic Django usage. You can always make it yourself if you know what you're doing and want to decouple/distribute your apps. 2005-08-05 22:43:35 +00:00
tutorial02.txt Added explicit note to docs/tutorial02.txt that you should edit TEMPLATE_DIRS in the *admin* settings file if you want to change admin template directories 2005-08-07 01:00:58 +00:00
tutorial03.txt Fixed formatting problem in docs/tutorial03.txt 2005-08-08 21:04:32 +00:00
tutorial04.txt Fixed #290 -- Thanks, Matt Croydon 2005-08-09 00:43:33 +00:00
url_dispatch.txt
writing-apps-guide-outline.txt