On Dec 24, 2010, at 11:12 AM, Tim Saylor wrote:

> Is there an alternative?

This is probably a good case for doing a raw query.  You can then do something 
along the lines of "WHERE lower(field) IN ('', '''...)".  Depending on the 
data, creating a functional index on "lower(field)" might help performance.

--
-- Christophe Pettus
   x...@thebuild.com

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to