django/docs
Malcolm Tredinnick 1e94ef85bf Fixed #4360 -- Corrected where HTTP headers are in the test response. Also noted that it is an extension of HttpResponse, not a simpler object. Thanks, John Shaffer for the first part.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6147 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14 01:21:34 +00:00
..
man
add_ons.txt
admin_css.txt
apache_auth.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
api_stability.txt
authentication.txt Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20.skel@spamgourmet.org 2007-09-03 06:16:47 +00:00
cache.txt Updated docs/cache.txt section on 'dummy caching' to use the same example format as the other backends 2007-09-04 22:44:35 +00:00
contributing.txt Added 'Claiming tickets' section to docs/contributing.txt 2007-09-12 14:38:47 +00:00
csrf.txt
databases.txt
databrowse.txt
db-api.txt Fixed #5409 -- Fixed logic error in docs/db-api.txt. Thanks, David Paccoud 2007-09-13 14:41:38 +00:00
design_philosophies.txt
distributions.txt Fixed #5334 -- Added installation instructions for FreeBSD, and sorted the existing instructions by name. Thanks, Paul Bissex. 2007-09-04 13:09:59 +00:00
django-admin.txt Fixed broken link in docs/django-admin.txt 2007-09-09 22:01:33 +00:00
documentation.txt
email.txt
faq.txt
fastcgi.txt Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas Guttler 2007-09-09 22:48:25 +00:00
flatpages.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
forms.txt
generic_views.txt Fixed #1795 -- Added page_range to paginators in generic list views. Thanks to polarcowz@gmail.com and Marc Fargas <telenieko@telenieko.com> for the patch. 2007-09-14 01:01:02 +00:00
i18n.txt
install.txt
legacy_databases.txt
middleware.txt
model-api.txt Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew Shearer 2007-09-12 13:11:51 +00:00
modpython.txt Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, nsteinmetz@gmail.com 2007-09-09 17:21:36 +00:00
newforms.txt Fixed #4752 -- Make default ErrorList customisable in newforms display. Based on a patch from michal@logix.cz and SmileyChris. 2007-09-13 23:09:40 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt Added "new in development version" annotation to HttpRequest.encoding documentation. 2007-08-11 09:47:52 +00:00
serialization.txt
sessions.txt
settings.txt Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks, rokclimb15@gmail.com 2007-08-25 18:51:32 +00:00
sitemaps.txt
sites.txt Fixed #2319 -- Added a note that the sites framework is used by admin's view-on-site functionality. Based on a patch from David Reynolds. 2007-09-14 00:52:39 +00:00
static_files.txt
syndication_feeds.txt
templates.txt Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt 2007-09-09 17:18:36 +00:00
templates_python.txt Fixed #4793 -- Tweaked custom filter documentation a little to possibly reduce some confusion. Thanks, SmileyChris. 2007-09-13 23:30:26 +00:00
testing.txt Fixed #4360 -- Corrected where HTTP headers are in the test response. Also noted that it is an extension of HttpResponse, not a simpler object. Thanks, John Shaffer for the first part. 2007-09-14 01:21:34 +00:00
transactions.txt
tutorial01.txt Fixed #5271 -- Fixed documentation reference to using the application name as an argument to manage.py validate. The recent management.py refactor exposed this error; it was silently ignored previously. 2007-09-03 13:13:10 +00:00
tutorial02.txt
tutorial03.txt
tutorial04.txt
unicode.txt
url_dispatch.txt
webdesign.txt Fixed ReST error in docs/webdesign.txt 2007-03-30 01:50:46 +00:00