mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
[1.11.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
Backport of 108ff788cb
from master
This commit is contained in:
parent
ccb8297eee
commit
109fd94c96
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ name::
|
|||
Multiple keys can be chained together to form a path lookup::
|
||||
|
||||
>>> Dog.objects.filter(data__owner__name='Bob')
|
||||
<QuerySet [<QuerySet <Dog: Rufus>]>
|
||||
<QuerySet [<Dog: Rufus>]>
|
||||
|
||||
If the key is an integer, it will be interpreted as an index lookup in an
|
||||
array::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue