django/docs
Russell Keith-Magee b053177555 Fixed #5723 -- Fixed typo in request response docs. Thanks, derelm.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-10 02:20:32 +00:00
..
man
add_ons.txt
admin_css.txt Fixed #2845 -- Corrected a few spelling errors in the docs and changed a 2006-09-29 02:30:42 +00:00
apache_auth.txt Fix a couple of typos from [6309] 2007-09-16 02:01:06 +00:00
api_stability.txt Fixed #4980 -- Removed 'forms' from the 'not considered stable and will be rewritten' section of docs/api_stability.txt. They've already been rewritten. 2007-08-06 05:37:17 +00:00
authentication.txt Made some small edits to docs/authentication.txt changes from [6375] 2007-09-19 20:54:46 +00:00
cache.txt
contenttypes.txt
contributing.txt
csrf.txt Added a reference for the claim in CSRF docs that GET requests 2007-08-16 14:09:41 +00:00
databases.txt Fixed #5656: Added a note about needing CREATE TRIGGER privileges 2007-10-02 15:26:39 +00:00
databrowse.txt Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Efford 2007-09-14 18:59:20 +00:00
db-api.txt
design_philosophies.txt
distributions.txt
django-admin.txt
documentation.txt
email.txt Fixed #5615: Corrected a typo in docs/email.txt. Thanks, raprasad@gmail.com. 2007-09-28 03:07:36 +00:00
faq.txt
fastcgi.txt
flatpages.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
form_preview.txt Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno 2007-09-14 23:15:40 +00:00
forms.txt
generic_views.txt
i18n.txt
install.txt
legacy_databases.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
middleware.txt Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, colin@owlfish.com. 2007-08-12 12:29:25 +00:00
model-api.txt
modpython.txt Fixed #5280 -- Minor typo in modpython docs. Thanks for the attention to detail, nsteinmetz@gmail.com. 2007-09-14 08:49:02 +00:00
newforms.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt
shortcuts.txt
sitemaps.txt Fixed #5078 -- Fixed several broken links to the syndication documentation. 2007-08-04 03:19:14 +00:00
sites.txt
static_files.txt
syndication_feeds.txt Improved syndication feed framework to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use the syndication feed framework. This is backwards incompatible if anybody has subclassed Feed and overridden __init__(), because the second parameter is now expected to be an HttpRequest object instead of request.path 2007-07-12 05:29:32 +00:00
templates.txt
templates_python.txt
testing.txt
transactions.txt
tutorial01.txt Correcting inadvertent typo from [6224] 2007-09-15 01:02:45 +00:00
tutorial02.txt
tutorial03.txt
tutorial04.txt
unicode.txt Documented the strings_only param to smart_unicode() and force_unicode(). 2007-10-07 16:35:32 +00:00
url_dispatch.txt
webdesign.txt Fixed ReST error in docs/webdesign.txt 2007-03-30 01:50:46 +00:00