On Wed, Aug 19, 2009 at 6:47 PM, A Melé <antonio.m...@gmail.com> wrote:

>
> Is there any way to perform an accent insensitive match when you are
> filtering a queryset? I'm looking for something like iexact (http://
> docs.djangoproject.com/en/dev/ref/models/querysets/#iexact) but accent-
> insensitive. Is there any simple way to do it?
>

What database? MySQL's default collation does this, offhand I don't know how
others behave.

Karen

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