refactor collection filters with django_filters
Compare changes
Files
1- Konrad Mohrfeldt authored
* TODOs are no longer part of the method description * normalized queryset handling * consistent formatting of method descriptions.
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:
* TODOs are no longer part of the method description * normalized queryset handling * consistent formatting of method descriptions.