Skip to content

Commit 109fd94

Browse files
committed
[1.11.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
Backport of 108ff78 from master
1 parent ccb8297 commit 109fd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/contrib/postgres/fields.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ name::
559559
Multiple keys can be chained together to form a path lookup::
560560

561561
>>> Dog.objects.filter(data__owner__name='Bob')
562-
<QuerySet [<QuerySet <Dog: Rufus>]>
562+
<QuerySet [<Dog: Rufus>]>
563563

564564
If the key is an integer, it will be interpreted as an index lookup in an
565565
array::

0 commit comments

Comments
 (0)