I've googled and the only problems seem to be with people trying to do
case-sensite lookups.

What could be going wrong here?:

>>> b.filter(name__icontains='Saff')
[<Building: 27276: Saffron Court>]
>>> b.filter(name__icontains='saff')
[]

MySql 5.0.51
Django 1.0
Tables are InnoDB UTF8 collation UTF8 bin
Tried it on a my dev machine and on the live site (webfaction) which
is running a pre 1.0 checkout.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to