I\'m using ListAPIView, but I can\'t filter the results. My code is:
class UserPostReadView(generics.ListAPIView): serializer_class = PostSerializer mode
I know is late for this, but I wrote a little app that extends for ListAPIView and do this easier, check it out:
https://github.com/angvp/drf-lafv