From 116e1f33a16e8d231b5089ede6b2312959ef9ab6 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Thu, 21 Oct 2010 16:23:59 -0700 Subject: [PATCH] Spotted a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9ab6d9..3f873ca 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ some... interesting... problems with parameter quotation.) Provide means for using a SearchManager to access indices on joined tables, for example: - Author.objects.search("The Metamorphosis", "book__title") + Author.objects.search("The Metamorphosis", ("book__title",)) -- Insane