fix - my distributions search
This commit is contained in:
@@ -136,6 +136,9 @@ class QuotaDistributionViewSet(BaseViewSet, SoftDeleteMixin, viewsets.ModelViewS
|
||||
|
||||
queryset = self.filter_query(queryset)
|
||||
|
||||
# fuzzy search
|
||||
queryset = self.filter_queryset(queryset)
|
||||
|
||||
page = self.paginate_queryset(queryset)
|
||||
if page is not None: # noqa
|
||||
serializer = self.get_serializer(page, many=True) # noqa
|
||||
|
||||
Reference in New Issue
Block a user