django/docs/ref
Russell Keith-Magee 58cd220f51 Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_related(). Thanks to George Vilches, Ben Davis, and Alex Gaynor for their work on various stages of this patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-27 13:30:29 +00:00
..
contrib Fixed #12508 - Added ability to dynamically add inlines in the admin app. 2010-01-26 15:02:53 +00:00
files Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson. 2009-12-26 03:44:21 +00:00
forms Added a section to the docs for discussing validators and updated a few links to point to it. 2010-01-05 06:18:41 +00:00
models Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_related(). Thanks to George Vilches, Ben Davis, and Alex Gaynor for their work on various stages of this patch. 2010-01-27 13:30:29 +00:00
templates Fixed #12496 - Added code examples to built-in filter documentation. Thanks, Arthur Koziel. 2010-01-12 23:36:19 +00:00
authbackends.txt Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson. 2009-12-26 03:44:21 +00:00
databases.txt Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson. 2009-12-26 03:44:21 +00:00
django-admin.txt Fixed #12672 -- Added the ability to configure which applications are available on which database. 2010-01-25 12:23:30 +00:00
generic-views.txt Fixed: 3274: Added date_list context variable to the archive_month generic view, consistent with archive_index and archive_year. Thanks Sean Brant. 2010-01-10 19:52:17 +00:00
index.txt Corrected some referencing problems in the docs. 2010-01-07 11:38:14 +00:00
middleware.txt Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson. 2009-12-26 03:44:21 +00:00
request-response.txt Fixed #11952 -- Documented HttpResponse.status_code attribute. Thanks, timo 2010-01-10 18:49:04 +00:00
settings.txt Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave databases. 2010-01-25 12:05:38 +00:00
signals.txt Fixed #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw for the report. 2010-01-13 23:54:07 +00:00
unicode.txt Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
validators.txt Fixed #12525. Added a note to the validators doucmentation that models will not automatically run validators when saved, and a link to the ModelForm docs. 2010-01-12 14:58:34 +00:00