use paginate and filters in list method


To apply the filter_backends, filterset_class, ordering_fields, serializer_class, and pagination_class attributes to the list method in your View class, you can override the list method and apply the desired behavior


date:Nov. 29, 2023