Kaydet (Commit) 108ff788 authored tarafından Tim Graham's avatar Tim Graham

Fixed typo in docs/ref/contrib/postgres/fields.txt.

üst c7f6ffbd
......@@ -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::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment