django/docs/ref/models
Malcolm Tredinnick 29050ef999 Fixed #5420 -- Added support for delayed loading of model fields.
In extreme cases, some fields are expensive to load from the database
(e.g. GIS fields requiring conversion, or large text fields). This
commit adds defer() and only() methods to querysets that allow the
caller to specify which fields should not be loaded unless they are
accessed.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-19 09:06:04 +00:00
..
fields.txt Made a couple of cross-references in the model fields documentaiton consistent. 2009-03-09 03:33:54 +00:00
index.txt Fixed #3566 -- Added support for aggregation to the ORM. See the documentation for details on usage. 2009-01-15 11:06:34 +00:00
instances.txt Fixed a couple of markup errors in the documentation. 2008-10-06 08:28:18 +00:00
options.txt Added some documentation explaining "managed=False" vs. "proxy=True". 2009-03-19 09:04:19 +00:00
querysets.txt Fixed #5420 -- Added support for delayed loading of model fields. 2009-03-19 09:06:04 +00:00
relations.txt Fixed #9497 - Doc typos. Many thanks ramiro. 2008-11-02 20:43:20 +00:00