refactor collection filters with django_filters
Compare changes
This MR aims to re-implement existing collection filters in api viewsets that are implemented in get_queryset
methods with django-filter filtersets.
This has multiple advantages: