.. |
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 #12797: Corrected typo in the documentation for the changepassword management command.
|
2010-02-06 03:14:47 +00:00 |
cache.txt
|
Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cache backend interface. Thanks to Jeff Balogh for the report and patch.
|
2010-01-27 08:21:35 +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
|
Refs #11336 -- Another dummy commit to force refresh of some index pages by Sphinx, caused by file ommitted from [11025] and included in [11026]. Thanks to Peter Landry for the report, and Ramiro for the explanation.
|
2009-06-18 00:16:48 +00:00 |
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
|
Fixed #9215 -- Added a view/template example of using pagination.
|
2008-10-07 11:51:14 +00:00 |
serialization.txt
|
Corrected an example in the natural key serialization docs. Thanks to Alex Gaynor for the report.
|
2009-12-18 00:32:10 +00:00 |
settings.txt
|
Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONE
|
2008-10-06 11:18:30 +00:00 |
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 |