@ -101,8 +101,8 @@ class AutorChoiceFilterSet(SaplGenericRelationSearchFilterSet):
'nome', ]
def filter_q(self, queryset, name, value):
return SaplGenericRelationSearchFilterSet.filter_q(
self, queryset, value).distinct('nome').order_by('nome')
return super().filter_q(
queryset, name, value).distinct('nome').order_by('nome')
class AutorSearchForFieldFilterSet(AutorChoiceFilterSet):