1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/docs/topics
2010-02-01 13:00:00 +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 Fixed #12508 - Added ability to dynamically add inlines in the admin app. 2010-01-26 15:02:53 +00:00
http
auth.txt Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig Ericson and Justin Lilly for their work on this patch. 2010-01-29 08:10:29 +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
email.txt
files.txt
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
pagination.txt
serialization.txt
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
testing.txt Fixed #6364 -- Added the ability to run individual doctests. 2010-02-01 13:00:00 +00:00