django/docs/ref
Russell Keith-Magee 9aba6f807e Fixed #12638 -- Minor documentation cleanups around the new class-based test runners. Thanks to Ramiro Morales for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-18 23:53:08 +00:00
..
contrib Fixed bad indentation in contenttypes code example so that cut and paste from doc will work. 2010-01-18 13:00:22 +00:00
files
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 Created a 'DB optimization' topic, with cross-refs to relevant sections. 2010-01-16 03:13:16 +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
databases.txt
django-admin.txt
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
request-response.txt Fixed #11952 -- Documented HttpResponse.status_code attribute. Thanks, timo 2010-01-10 18:49:04 +00:00
settings.txt Fixed #12638 -- Minor documentation cleanups around the new class-based test runners. Thanks to Ramiro Morales for the patch. 2010-01-18 23:53:08 +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
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