Skip to content

Commit 935a863

Browse files
committed
Merge pull request django#372 from ptone/patch-2
Clearer wording for defer docs
2 parents e4d338a + 8d75b11 commit 935a863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/models/querysets.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1050,7 +1050,7 @@ defer
10501050
In some complex data-modeling situations, your models might contain a lot of
10511051
fields, some of which could contain a lot of data (for example, text fields),
10521052
or require expensive processing to convert them to Python objects. If you are
1053-
using the results of a queryset in some situation where you know you don't know
1053+
using the results of a queryset in some situation where you don't know
10541054
if you need those particular fields when you initially fetch the data, you can
10551055
tell Django not to retrieve them from the database.
10561056

0 commit comments

Comments
 (0)