django/docs
Malcolm Tredinnick 51705f60b1 Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-19 02:09:26 +00:00
..
add_ons.txt
admin_css.txt
apache_auth.txt
authentication.txt Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch. 2006-07-19 02:09:26 +00:00
cache.txt
contributing.txt
csrf.txt
db-api.txt
design_philosophies.txt
django-admin.txt Added 'Turning off auto-reload' section to docs/django-admin.txt 2006-07-17 14:58:39 +00:00
email.txt
faq.txt
fastcgi.txt
flatpages.txt
forms.txt
generic_views.txt
i18n.txt Fixed #2347 -- documented the use of "and" in the blocktrans template tag. 2006-07-14 02:57:10 +00:00
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 Documented allow_tags attribute for admin change list methods 2006-07-17 14:59:41 +00:00
modpython.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
request_response.txt Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch. 2006-07-19 02:09:26 +00:00
serialization.txt
sessions.txt
settings.txt Proofread docs/settings.txt changes from [3336] 2006-07-13 03:52:41 +00:00
sites.txt Fixed incorrect link in docs/sites.txt 2006-05-23 14:20:51 +00:00
static_files.txt
syndication_feeds.txt
templates.txt Changed masochistic to sadistic in docs/templates.txt. Thanks, hedronist 2006-07-14 00:56:03 +00:00
templates_python.txt Decimated 'whilst' in docs/templates_python.txt from [3308] 2006-07-10 14:22:04 +00:00
transactions.txt
tutorial01.txt Fixed #1724 -- updated the output from the shell commands to match what we now 2006-05-18 12:41:24 +00:00
tutorial02.txt
tutorial03.txt Fixed #2355 -- Corrected a couple of small typos in code examples in tutorial03. 2006-07-19 01:35:58 +00:00
tutorial04.txt
url_dispatch.txt