Fixed typo in docs/ref/contrib/postgres/fields.txt.
This commit is contained in:
parent
c7f6ffbdcf
commit
108ff788cb
|
@ -559,7 +559,7 @@ name::
|
||||||
Multiple keys can be chained together to form a path lookup::
|
Multiple keys can be chained together to form a path lookup::
|
||||||
|
|
||||||
>>> Dog.objects.filter(data__owner__name='Bob')
|
>>> 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
|
If the key is an integer, it will be interpreted as an index lookup in an
|
||||||
array::
|
array::
|
||||||
|
|
Loading…
Reference in New Issue