django/docs
Malcolm Tredinnick 214d88ce86 Fixed #1646 -- Added HttpResponseNotAllowed, as suggested by Ian Holsman.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-06-19 02:04:37 +00:00
..
add_ons.txt
admin_css.txt
apache_auth.txt
authentication.txt
cache.txt Fixed #1998 -- Changed double quotes to single quotes 2006-05-26 04:05:02 +00:00
contributing.txt
csrf.txt
db-api.txt
design_philosophies.txt
django-admin.txt
email.txt
faq.txt
flatpages.txt
forms.txt
generic_views.txt Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, kanashii@kanashii.ca 2006-06-03 22:06:48 +00:00
i18n.txt
install.txt Changed the link the "official tarball" to refer to the 0.91 release and added 2006-05-17 02:39:52 +00:00
legacy_databases.txt
middleware.txt
model-api.txt Fixed #2141 -- corrected indentation problems in a couple of the code fragments. 2006-06-14 03:34:52 +00:00
modpython.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
request_response.txt Fixed #1646 -- Added HttpResponseNotAllowed, as suggested by Ian Holsman. 2006-06-19 02:04:37 +00:00
sessions.txt Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates whether session framework should use browser-session-length cookies. 2006-06-01 22:25:06 +00:00
settings.txt
sites.txt
static_files.txt
syndication_feeds.txt Fixed #1473 -- Added support for categories back into syndication feeds 2006-06-19 01:38:06 +00:00
templates.txt
templates_python.txt
transactions.txt
tutorial01.txt
tutorial02.txt Fixed typo in docs/tutorial02.txt. Thanks, Nick Fishman 2006-05-31 02:16:49 +00:00
tutorial03.txt
tutorial04.txt
url_dispatch.txt