0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs
2006-07-24 02:25:41 +00:00
..
add_ons.txt
admin_css.txt Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00
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 Argh - fixed another typo in the docs for [3395]. One of these days I'll learn to proofread better, but don't hold your breath. 2006-07-20 16:06:02 +00:00
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 Fixed adverse -> averse typo in docs/faq.txt 2006-07-24 02:25:41 +00:00
fastcgi.txt
flatpages.txt
forms.txt
generic_views.txt
i18n.txt
install.txt
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 #2092: added a "is_secure()" method to HttpRequest which correctly handles the subtleties of mod_python's interaction with os.environ. This one's been bugging me for about a *year*, so many many thanks to k.shaposhnikov@gmail.com for figuring it out, and Tim Shaffer for pointing out this ticket. 2006-07-21 16:20:22 +00:00
serialization.txt
sessions.txt
settings.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates_python.txt Fixed legacy mention of DjangoContext in docs/templates_python.txt 2006-07-24 01:51:15 +00:00
templates.txt
transactions.txt
tutorial01.txt Fixed #2354 -- Added a note about "manage.py validate" to the list of useful 2006-07-19 02:28:35 +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