django/docs
Adrian Holovaty fe15c01a17 Fixed typo in docs/model-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-25 03:15:09 +00:00
..
add_ons.txt Added docs/add_ons.txt -- small documentation of contrib 2005-11-22 19:21:51 +00:00
admin_css.txt
authentication.txt Fixed #273 -- BACKWARDS-INCOMPATIBLE CHANGE -- Changed auth.User.password field to add support for other password encryption algorithms. Renamed password_md5 to password and changed field length from 32 to 128. See http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges for upgrade information 2005-11-21 03:33:22 +00:00
cache.txt
db-api.txt Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek 2005-11-22 14:23:07 +00:00
design_philosophies.txt
django-admin.txt
faq.txt Added 'Should I use the official version or development version?' question to the FAQ 2005-11-20 23:49:35 +00:00
flatpages.txt
forms.txt Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang 2005-11-22 14:24:07 +00:00
generic_views.txt
i18n.txt
install.txt
legacy_databases.txt
middleware.txt
model-api.txt Fixed typo in docs/model-api.txt 2005-11-25 03:15:09 +00:00
modpython.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
request_response.txt
sessions.txt
settings.txt Added TEMPLATE_DEBUG to docs/settings.txt 2005-11-23 23:29:25 +00:00
syndication_feeds.txt
templates.txt Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Thanks, rjwittams 2005-11-22 05:44:04 +00:00
templates_python.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt
tutorial04.txt Changed 'django-admin.py startapp' application template to use views.py instead of views package, for simplicity. Updated tutorial to reflect the change. 2005-11-16 02:00:23 +00:00
url_dispatch.txt
writing-apps-guide-outline.txt