Spotted a typo.

This commit is contained in:
Elf M. Sternberg 2010-10-21 16:23:59 -07:00
parent 31b9ecf8d3
commit 116e1f33a1
1 changed files with 1 additions and 1 deletions

View File

@ -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