django/docs/ref
Malcolm Tredinnick 1eee40234b Fixed #11711 -- clarified that ValuesQuerySets are not lists per se.
It rarely hurts to think of the returned result from a values() or
values_list() call as a list, but it's really an iterable and sometimes
the difference matters.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12743 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-10 03:41:41 +00:00
..
contrib Fixed three small doc markup errors. 2010-03-10 00:58:05 +00:00
files
forms Fixed #12097 -- Cleaned up the documentation for ModelChoiceField and MultipleModelChoiceField. Thanks to JasonYosinski for the patch. 2010-03-08 03:20:55 +00:00
models Fixed #11711 -- clarified that ValuesQuerySets are not lists per se. 2010-03-10 03:41:41 +00:00
templates Fixed three small doc markup errors. 2010-03-10 00:58:05 +00:00
authbackends.txt
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
request-response.txt Fixed #11952 -- Documented HttpResponse.status_code attribute. Thanks, timo 2010-01-10 18:49:04 +00:00
settings.txt Fixed #13036: Corrected a typo in the documentation for the TEMPLATE_LOADERS setting. 2010-03-06 11:10:25 +00:00
signals.txt Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signal. Thanks to timo for the report. 2010-02-23 13:19:49 +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