Skip to content
Snippets Groups Projects
  • Konrad Mohrfeldt's avatar
    2d9fd804
    refactor: implement active filter for various viewsets · 2d9fd804
    Konrad Mohrfeldt authored
    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.
    2d9fd804
    History
    refactor: implement active filter for various viewsets
    Konrad Mohrfeldt authored
    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.