We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109fd94 commit 48ce204Copy full SHA for 48ce204
docs/ref/models/querysets.txt
@@ -3221,7 +3221,7 @@ as the string based lookups passed to
3221
# This will only execute two queries regardless of the number of Question
3222
# and Choice objects.
3223
>>> Question.objects.prefetch_related(Prefetch('choice_set')).all()
3224
- <QuerySet [<Question: Question object>]>
+ <QuerySet [<Question: What's up?>]>
3225
3226
The ``queryset`` argument supplies a base ``QuerySet`` for the given lookup.
3227
This is useful to further filter down the prefetch operation, or to call
0 commit comments