django-translations
django-translations copied to clipboard
Unsupported lookup 'unaccent'
Can't use postgres unaccent
extension on TranslatableQueryset
Unsupported lookup 'unaccent'
/translations/utils.py in _fill_dissected, line 78
My filter: (where qs in a TranslatableQueryset)
qs = qs.filter(Q(name__unaccent__icontains=params.get('q')))
Help?!