On Wed, Aug 19, 2009 at 6:47 PM, A Melé <[email protected]> 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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

