Spotted a typo.
This commit is contained in:
parent
31b9ecf8d3
commit
116e1f33a1
|
@ -94,7 +94,7 @@ some... interesting... problems with parameter quotation.)
|
||||||
Provide means for using a SearchManager to access indices on joined
|
Provide means for using a SearchManager to access indices on joined
|
||||||
tables, for example:
|
tables, for example:
|
||||||
|
|
||||||
Author.objects.search("The Metamorphosis", "book__title")
|
Author.objects.search("The Metamorphosis", ("book__title",))
|
||||||
|
|
||||||
-- Insane
|
-- Insane
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue