django/docs
Russell Keith-Magee d743ccbc4b Added some initial documentation on adding customized commands to django-admin.py.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-18 05:10:31 +00:00
..
man
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt Changed django.contrib.auth.views.login to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use this view. See also [5654] 2007-08-14 22:08:11 +00:00
cache.txt
contributing.txt Fixed #4942 -- Added an explanation that we see tickets as they are filed, automatically. Based on a suggestion from Nicola Larosa. 2007-08-12 10:47:10 +00:00
csrf.txt Added a reference for the claim in CSRF docs that GET requests 2007-08-16 14:09:41 +00:00
databases.txt
databrowse.txt Fixed #4818 -- Improved 'Step 2' example in docs/databrowse.txt. Thanks, kevin@berndtgroup.net 2007-08-12 03:59:09 +00:00
db-api.txt
design_philosophies.txt
distributions.txt
django-admin.txt Added some initial documentation on adding customized commands to django-admin.py. 2007-08-18 05:10:31 +00:00
documentation.txt
email.txt
faq.txt
fastcgi.txt
flatpages.txt
forms.txt
generic_views.txt Fixed #5085 -- In generic views, set the default name for the slug field to 'slug'. Thanks, Trevor Caira. 2007-08-12 12:59:41 +00:00
i18n.txt
install.txt
legacy_databases.txt
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 Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, Jarek Zgoda 2007-08-12 03:01:37 +00:00
modpython.txt Typo fix from [5896]. 2007-08-15 12:29:15 +00:00
newforms.txt Fixed #5158 -- Minor typo in newforms docs. Thanks, hayley <djangocode@vortex.cx>. 2007-08-15 00:19:53 +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 Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it's 2007-07-05 11:08:40 +00:00
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates.txt
templates_python.txt
testing.txt Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <restless.being@gmail.com>. 2007-08-17 14:20:25 +00:00
transactions.txt
tutorial01.txt Fixed #4941 -- Changed imports for interactive portion of the example to be consistent with the source code file, at the expense of slightly more typing required. This might help reduce some confusion. Thanks, John Shaffer. 2007-08-12 10:37:56 +00:00
tutorial02.txt
tutorial03.txt
tutorial04.txt
unicode.txt
url_dispatch.txt
webdesign.txt