django/docs
Adrian Holovaty fa159c8de9 Copy edited new docs in docs/request_response.txt from [4534]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-18 04:42:15 +00:00
..
add_ons.txt Created django.contrib.localflavor, for country- and culture-specific functionality. Moved django/newforms/extras/usa.py into there 2007-02-15 05:53:44 +00:00
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
contributing.txt Made negligible change to docs/contributing.txt -- 'MS Windows' to 'Windows' 2007-02-11 04:38:44 +00:00
csrf.txt
db-api.txt
design_philosophies.txt
django-admin.txt Made negligible change to docs/django-admin.txt -- 'MS Windows' to 'Windows' 2007-02-11 04:39:23 +00:00
documentation.txt
email.txt
faq.txt
fastcgi.txt
flatpages.txt
forms.txt Fixed #3005 -- Applied trivial docs patch for "oldforms" use of do_html2python. 2007-02-13 05:02:47 +00:00
generic_views.txt
i18n.txt
install.txt
legacy_databases.txt
middleware.txt
model-api.txt Fixed #2568 -- Added documentation for the permalink() decorator. Based on a 2007-02-17 05:51:45 +00:00
modpython.txt
newforms.txt Fixed typo in docs/newforms.txt. Thanks, Jeff Hilyard 2007-02-15 20:55:37 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt
request_response.txt Copy edited new docs in docs/request_response.txt from [4534] 2007-02-18 04:42:15 +00:00
serialization.txt
sessions.txt
settings.txt Fixed dangling modifier in docs/settings.txt 2007-02-12 17:10:09 +00:00
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt Fixed #2762 -- added copyright element support to RSS and Atom feeds. Patch 2007-02-10 08:36:39 +00:00
templates.txt Cleaned up docs/templates.txt 'url' tag documentation from [4494] 2007-02-13 06:13:06 +00:00
templates_python.txt Renamed date_to_format function in docs/templates_python.txt example so as to make it not sound like a conversion function. Thanks, linoj 2007-02-13 15:44:04 +00:00
testing.txt Fixed #3160 -- Added the ability to control the content type in a test client POST request. This is to allow easier testing of json-rpc/xml-rpc/soap etc interfaces. Thanks to Mikeal Rogers for the suggestion, and Ben <afternoon@uk2.net> for the patch. 2007-02-17 00:23:09 +00:00
transactions.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt
tutorial04.txt
url_dispatch.txt