Exemplo n.º 1
0
 def get_queryset(self):
     print('here!')
     qs = Category.filters_data(self.request, Category.objects.all())
     return qs