Kaydet (Commit) 83daf536 authored tarafından Marc Tamlyn's avatar Marc Tamlyn

Fix minor typo in documentation.

üst e645b79e
...@@ -289,7 +289,7 @@ To query based on a given key, you simply use that key as the lookup name:: ...@@ -289,7 +289,7 @@ To query based on a given key, you simply use that key as the lookup name::
You can chain other lookups after key lookups:: You can chain other lookups after key lookups::
>>> Dog.objects.filter(data__breed__contains='l') >>> Dog.objects.filter(data__breed__contains='l')
[<Dog: Rufus>, Dog: Meg>] [<Dog: Rufus>, <Dog: Meg>]
If the key you wish to query by clashes with the name of another lookup, you If the key you wish to query by clashes with the name of another lookup, you
need to use the :lookup:`hstorefield.contains` lookup instead. need to use the :lookup:`hstorefield.contains` lookup instead.
......
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