django/docs/topics
Karen Tracey 3c59067a4f Fixed : Corrected typo in middleware doc. Thanks django@willhardy.com.au.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-16 14:40:03 +00:00
..
db Refs -- Modified the multi-db docs to remove the implication that contrib.auth can be easily put on a separate database. 2010-03-10 12:35:55 +00:00
forms Fixed . Documented the new side-effects of ModelForm validation. 2010-03-06 19:51:29 +00:00
http Fixed : Corrected typo in middleware doc. Thanks django@willhardy.com.au. 2010-03-16 14:40:03 +00:00
i18n Fixed - Added section about how to use the language code with fragement caching. Thanks for the initial patch, fgutierrez. 2010-03-15 12:16:37 +00:00
auth.txt Fixed : only lowercase the domain portion of an email address in `UserManager.create_user`. 2010-03-01 20:30:44 +00:00
cache.txt Fixed - Added section about how to use the language code with fragement caching. Thanks for the initial patch, fgutierrez. 2010-03-15 12:16:37 +00:00
conditional-view-processing.txt Fixed -- Fixed error in conditional-view-processing.txt. Thanks, bronger and timo 2010-01-10 18:09:26 +00:00
email.txt Fixed : Corrected typo in email documentation. 2010-03-07 00:51:29 +00:00
files.txt Fixed several broken and redirecting URLs in the documentation (fixes , refs ). 2009-12-26 06:37:26 +00:00
generic-views.txt Fixed -- Added escaping of a backslash in two generic-views.txt examples. Thanks, infopams 2010-01-10 18:38:00 +00:00
index.txt Fixed - Refactored internationalization documentation. Thanks, Ramiro Morales. 2010-02-16 12:12:53 +00:00
install.txt Fixed several broken and redirecting URLs in the documentation (fixes , refs ). 2009-12-26 06:37:26 +00:00
pagination.txt Fixed -- Added a view/template example of using pagination. 2008-10-07 11:51:14 +00:00
serialization.txt Fixed : mark natural key serialization in the docs as new in 1.2. Thanks, ramiro. 2010-02-14 18:39:42 +00:00
settings.txt Fixed -- Fixed the documentation cross-reference between the TIME_ZONE 2008-10-06 11:18:30 +00:00
signals.txt Fixed -- Added signals for m2m operations. Thanks to the many people (including, most recently, rvdrijst and frans) that have contributed to this patch. 2010-01-13 11:07:16 +00:00
templates.txt Fixed -- Clarified documentation to explain how to activate the built-in admin reference. Thanks, DmitryRisenberg and timo 2010-01-10 18:07:46 +00:00
testing.txt Fixed -- Added an extra argument to suite_result() in the test runner, and added **kwargs as protection against future changes. Thanks to Eric Holscher for the report and patch. 2010-02-22 12:34:52 +00:00