mom1 / django-tof

Django models translation on fly
MIT License
28 stars 10 forks source link

Filtering by translations #18

Closed mom1 closed 4 years ago

mom1 commented 5 years ago

Filtering by translations using standard orm

Wine.objects.filter(title__icontains='Raritäten')

At the same time, you need the ability to filter by all translations

Wine.objects.filter(title__icontains='Alex')

Фильтрация по переводам с помощью стандартного орм

Wine.objects.filter(title__icontains='Raritäten')

При этом нужна возможность фильтровать по всем переводам

Wine.objects.filter(title__icontains='Alex')