django/docs
Russell Keith-Magee 5b34781f28 Clarified some minor issues in test system documentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3737 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-08 13:10:57 +00:00
..
add_ons.txt Added 'sitemaps' to docs/add_ons.txt 2006-08-31 23:19:53 +00:00
admin_css.txt Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and ordering AuthenticationMiddleware. Refs #2541. 2006-08-18 03:33:37 +00:00
contributing.txt Added note about 'request' variable name to docs/contributing.txt 2006-08-31 04:31:54 +00:00
csrf.txt
db-api.txt Fixed ReST error in docs/db-api.txt 2006-08-12 05:31:31 +00:00
design_philosophies.txt
django-admin.txt Refs #2333 - Added more documentation for testing framework, and clarified some code as a result of trying to describe it. 2006-08-31 14:29:47 +00:00
documentation.txt Added paragraph to docs/documentation.txt about removing comments from frozen docs 2006-08-11 20:31:43 +00:00
email.txt
faq.txt Fixed ReST error in docs/faq.txt 2006-08-31 23:16:25 +00:00
fastcgi.txt
flatpages.txt Fixed ReST error in docs/flatpages.txt 2006-05-02 02:01:19 +00:00
forms.txt
generic_views.txt
i18n.txt Added note to 'If you don't need internationalization' section of docs/i18n.txt about removing the i18n context processor 2006-08-18 03:43:55 +00:00
install.txt
legacy_databases.txt
middleware.txt Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentation. Thanks, Ian Holsman 2006-08-18 03:12:36 +00:00
model-api.txt Added some helpful hints to list_display documentation in docs/model-api.txt 2006-08-23 15:40:41 +00:00
modpython.txt Added links to FastCGI docs from various places 2006-06-26 12:43:21 +00:00
outputting_csv.txt MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
outputting_pdf.txt
overview.txt Fixed small typo in docs/overview.txt. Thanks, kirk 2006-08-24 03:37:34 +00:00
redirects.txt
release_notes_0.95.txt
request_response.txt
serialization.txt Added a JSON serializer, a few more tests, and a couple more lines of docs. 2006-06-29 16:42:49 +00:00
sessions.txt Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de 2006-08-12 06:02:28 +00:00
settings.txt Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override the 'test_' + DATABASE_NAME naming policy. This setting is then used in runtests.py to restore the use of 'django_test_db' as the Django model/regression test database. Thanks to Michael Radziej for the feedback. 2006-09-01 13:33:26 +00:00
sitemaps.txt Renamed django.contrib.sitemap to django.contrib.sitemaps, to be more consistent with our plural form for these sorts of things. 2006-08-31 23:44:26 +00:00
sites.txt Fixed #2609 -- Improved docs/sites.txt CurrentSiteManager to explain gotcha with models.Manager 2006-08-31 04:08:25 +00:00
static_files.txt
syndication_feeds.txt Fixed #2646 -- Removed unneeded comma in docs/syndication_feeds.txt. Thanks, lec9@leicester.ac.uk 2006-09-05 00:20:53 +00:00
templates.txt Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. Thanks, jonathan-django@jmail.za.net 2006-08-21 18:27:33 +00:00
templates_python.txt Corrected spelling of 'behavior' in docs/templates_python.txt from [3714] 2006-09-04 23:40:28 +00:00
testing.txt Clarified some minor issues in test system documentation. 2006-09-08 13:10:57 +00:00
transactions.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt
tutorial04.txt
url_dispatch.txt Improved urlresolvers so that URLconfs can be passed objects instead of strings 2006-08-11 07:01:29 +00:00