django/docs/topics
Jacob Kaplan-Moss 3d84904794 Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thanks, ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12432 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-14 18:39:42 +00:00
..
db Fixed #12715 -- Clarified the docs on the usage of database routers, especially regarding the default routing scheme. Thanks to Chris Curvey for the suggestion. 2010-01-28 03:04:24 +00:00
forms Updated formset docs to contain the new management form field for max_num values. 2010-02-01 14:19:30 +00:00
http Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
auth.txt Fixed #12829 - typos introduced in [12400] 2010-02-09 20:05:52 +00:00
cache.txt Removed docs that assume developer might be using Python < 2.4 2010-02-09 19:37:08 +00:00
conditional-view-processing.txt Fixed #11904 -- Fixed error in conditional-view-processing.txt. Thanks, bronger and timo 2010-01-10 18:09:26 +00:00
email.txt Modified the way EMAIL_BACKEND is specified to make it consistent with the new "use the class name" policy for backends. 2010-01-04 12:05:04 +00:00
files.txt Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
generic-views.txt Fixed #12161 -- Added escaping of a backslash in two generic-views.txt examples. Thanks, infopams 2010-01-10 18:38:00 +00:00
i18n.txt Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above. 2010-01-26 15:01:58 +00:00
index.txt
install.txt Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
pagination.txt
serialization.txt Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thanks, ramiro. 2010-02-14 18:39:42 +00:00
settings.txt
signals.txt Fixed #5390 -- 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 #11884 -- 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 #6364 -- Added the ability to run individual doctests. 2010-02-01 13:00:00 +00:00