django/docs
Adrian Holovaty 5d8c6cf651 Fixed typo in docs/templates_python.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-10 15:28:32 +00:00
..
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt Fixes #2971 -- Fixed inor typo in example in authentication documentation. Thanks, heckj@mac.com. 2006-11-02 14:30:11 +00:00
cache.txt
contributing.txt
csrf.txt
db-api.txt
design_philosophies.txt
django-admin.txt
documentation.txt
email.txt
faq.txt Fixes #2950 -- Removed reference to a 'Summer 2006' release of v1.0 2006-10-23 23:53:24 +00:00
fastcgi.txt
flatpages.txt
forms.txt Formatting fixes from the past round of checkins 2006-11-07 19:07:27 +00:00
generic_views.txt Added note to docs/generic_views.txt that extra_context is new in Django development version. Refs #2966 and [3950] 2006-10-30 20:57:35 +00:00
i18n.txt
install.txt Updated docs/install.txt to note lack of setuptools in development version 2006-10-16 22:38:18 +00:00
legacy_databases.txt
middleware.txt
model-api.txt Added note to docs/model-api.txt that EmailField has automatic maxlength=75 2006-10-19 21:55:08 +00:00
modpython.txt Fixed #2958 -- Pointed out in docs/modpython.txt that we use <Location> instead of <Directory> 2006-10-27 02:03:15 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
release_notes_0.95.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs to the backend's connect method. Thanks, ymasuda. 2006-11-07 05:17:38 +00:00
sitemaps.txt
sites.txt
static_files.txt Fixed #2963 -- Fixed bug in docs/static_files.txt. Thanks, Collin Grady 2006-10-30 20:52:02 +00:00
syndication_feeds.txt Fixed #2987: cleaned up the syndication documentation a bit, thanks to dev@simon.net.nz. 2006-11-07 01:54:34 +00:00
templates.txt Fixed typo in docs/templates.txt 2006-11-10 03:30:00 +00:00
templates_python.txt Fixed typo in docs/templates_python.txt 2006-11-10 15:28:32 +00:00
testing.txt Fixed #3000 -- Fixed typo in docs/testing.txt. Thanks, Bastian Kleineidam 2006-11-10 03:29:50 +00:00
transactions.txt
tutorial01.txt
tutorial02.txt Fixed #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasuda 2006-10-24 16:56:25 +00:00
tutorial03.txt
tutorial04.txt Fixes #2967 -- Fixed some typos in tutorial 4. Thanks, ramiro. 2006-10-30 13:44:41 +00:00
url_dispatch.txt