Leandro Voltolino
Results
4
issues of
Leandro Voltolino
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?!
This is probably not thge better place to ask, but... - I have the field "name" on TranslatableMeta for the model. - I have three languages (pt, en and es)...