django/docs/ref/models
Malcolm Tredinnick 2dba41056f Revived a bunch of missing documentation that got lost in the docs-refactor.
This describes values_list(), the new cross-model order_by() syntax and the
effects of distinct(), values() and order_by() on each other.

Fixed #8634.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8694 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 05:04:26 +00:00
..
fields.txt Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
index.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
instances.txt Fixed #8662 -- Fixed the documentation of Model.save() to match the real 2008-08-29 01:44:15 +00:00
options.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
querysets.txt Revived a bunch of missing documentation that got lost in the docs-refactor. 2008-08-29 05:04:26 +00:00
relations.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00