1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/docs/ref/models
Malcolm Tredinnick 70e59aeaf8 Be very clear about when it's appropriate to use defer() and only().
I've been seeing a bit of over-reliance on defer() and only() in code
around the place and it's generally better modelled with normalised data
or shadow (unmanaged) models. This commit makes this position clearer.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16692 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-26 06:19:30 +00:00
..
fields.txt Fixed #16498 -- Fixed typo in GenericIPAddressField docs. Thanks, JshWright. 2011-07-29 09:39:49 +00:00
index.txt
instances.txt
options.txt Be very clear about when it's appropriate to use defer() and only(). 2011-08-26 06:19:30 +00:00
querysets.txt Be very clear about when it's appropriate to use defer() and only(). 2011-08-26 06:19:30 +00:00
relations.txt