django/docs
Adrian Holovaty 4453f65c78 Combined two paragraphs in docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-10 03:46:43 +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 Combined two paragraphs in docs/contributing.txt 2007-09-10 03:46:43 +00:00
csrf.txt
databases.txt
databrowse.txt
db-api.txt Made negligible capitalization fix to docs/db-api.txt 2007-08-31 04:30:20 +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 #5346 -- Fixed a couple typos in the model-api docs. Thanks, David Paccoud. 2007-09-08 19:30:16 +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
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 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
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 Form encoding should be changed only via HttpRequest, not on GET and POST 2007-07-05 01:25:05 +00:00
url_dispatch.txt
webdesign.txt