1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs
2007-09-09 17:21:36 +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
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 Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settings file to get read before the options could be processed to determine if a --settings option was present. Back to the drawing board (again)... 2007-09-05 14:01:31 +00:00
documentation.txt
email.txt
faq.txt Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, Collin Grady 2007-08-25 18:37:43 +00:00
fastcgi.txt
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 Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. Thanks, trey@ktrl.com 2007-08-25 18:29:26 +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
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_python.txt
templates.txt Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt 2007-09-09 17:18:36 +00:00
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