Skip to content
Snippets Groups Projects

refactor collection filters with django_filters

Merged Konrad Mohrfeldt requested to merge refactor-filters into master
Compare changes
  • Side-by-side
  • Inline
Files
2
  • APICategoryViewSet, APITypeViewSet, APITopicViewSet,
    APIMusicFocusViewSet, APIFundingCategoryViewSet, APILanguageViewSet, and
    APIHostViewSet all used the same base class implementing get_queryset
    for filtering by their active state. This is now handled by a generic
    FilterSet.
Loading