django/docs
Adrian Holovaty 28d27a77e8 Fixed #5409 -- Fixed logic error in docs/db-api.txt. Thanks, David Paccoud
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-13 14:41:38 +00:00
..
man
add_ons.txt
admin_css.txt
apache_auth.txt
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
forms.txt
generic_views.txt
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 #5397 -- Fixed typo in docs/newforms.txt example. Thanks, zhaoz@u.washington.edu 2007-09-13 14:38:25 +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
serialization.txt
sessions.txt Fixed #4914 -- Documented the Session.modified attribute for forcing session saves. Thanks, Thomas Güttler and SmileyChris. 2007-08-12 10:24:21 +00:00
settings.txt
sitemaps.txt
sites.txt
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
testing.txt Fixed #4988 -- In the test client, Added tracking of the client and request that caused a response so that the assertRedirects check can use the correct client when following a redirect. Well spotted, alex@gc-web.de. 2007-09-03 11:21:40 +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