Skip to content

Commit

Permalink
Clearer wording for defer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ptone committed Sep 15, 2012
1 parent c7f44ae commit 8d75b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/models/querysets.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ defer
In some complex data-modeling situations, your models might contain a lot of In some complex data-modeling situations, your models might contain a lot of
fields, some of which could contain a lot of data (for example, text fields), fields, some of which could contain a lot of data (for example, text fields),
or require expensive processing to convert them to Python objects. If you are or require expensive processing to convert them to Python objects. If you are
using the results of a queryset in some situation where you know you don't know using the results of a queryset in some situation where you don't know
if you need those particular fields when you initially fetch the data, you can if you need those particular fields when you initially fetch the data, you can
tell Django not to retrieve them from the database. tell Django not to retrieve them from the database.


Expand Down

0 comments on commit 8d75b11

Please sign in to comment.