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
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 #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
authbackends.txt
databases.txt
django-admin.txt
generic-views.txt
index.txt
middleware.txt
request-response.txt
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
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