django/docs/ref
Russell Keith-Magee 84df3554d0 Fixed #13287 -- Corrected the advice on argument formatting in the {% url %} tag. Thanks to Gabriel Hurley for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-06 01:19:21 +00:00
..
contrib Fixed #13458 -- Corrected typo in GeoIP docs. Thanks, Paul McMillan for report and patch. 2010-05-04 21:49:27 +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 Fixed #13032 - Added localize parameter to form fields to be able to selectively enable localization. 2010-03-27 16:43:27 +00:00
models Fixed #13099 - incorrect SQL for `exclude()` example 2010-04-06 14:35:36 +00:00
templates Fixed #13287 -- Corrected the advice on argument formatting in the {% url %} tag. Thanks to Gabriel Hurley for the report. 2010-05-06 01:19:21 +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 #7190. Boolean fields now return bool values instead of 1 or 0. Thanks, Alex Gaynor. 2010-02-24 17:36:18 +00:00
django-admin.txt Fixed #12969: Use versionadded directive for the new --symlinks option to the makemessages command. 2010-03-03 09:07:36 +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 #13072: Corrected a few markup and formatting errors in the documentation. 2010-03-11 09:41:29 +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 #13200 -- Updated the DB session backend to make full use of routers, deprecating the need for the SESSION_DB_ALIAS setting. Thanks to rokclimb15 for the report. 2010-03-25 10:29:06 +00:00
signals.txt Fixed #13087 -- Modified m2m signals to provide greater flexibility over exactly when notifications are delivered. 2010-03-30 11:54:56 +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