From 2a57041e911b10ff43b3b2237a5e9098cf440cbf Mon Sep 17 00:00:00 2001 From: David Sauve Date: Wed, 9 Dec 2009 16:41:08 -0500 Subject: [PATCH] Added Travis Cline to the thank you section of AUTHORS --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index ceab362..0b56882 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,5 +12,6 @@ Thanks to: * Joshua Jonah for changes to highlighting logic to avoid reserved words. * Jannis Leidel for setting up the code base for pip, easy_install and PyPI. * Erik Aigner for the initial patch to get_identifier changes. + * Travis Cline for the initial patch to support SQ objects in Haystack. * wshallum for a patch that makes date facets compatible with Python 2.4 * askfor for reporting issues with narrow_queries and float fields.