Skip to content
Snippets Groups Projects
  • Konrad Mohrfeldt's avatar
    0fed711d
    refactor: use django_filters FilterSet for APIShowViewSet · 0fed711d
    Konrad Mohrfeldt authored
    This change re-implements all existing collection filters for the
    APIShowViewSet with a FilterSet. No breaking changes are expected,
    though there are some changes in semantics:
    
    * The owner, host, musicfocus, language, category, and topic
      filters now accept multiple values (i.e. ?category=2,3)
    * The owner, host, musicfocus, language, category, topic, and type
      filter values are now validated and may be rejected as invalid if
      the referenced object does not exist.
    0fed711d
    History
    refactor: use django_filters FilterSet for APIShowViewSet
    Konrad Mohrfeldt authored
    This change re-implements all existing collection filters for the
    APIShowViewSet with a FilterSet. No breaking changes are expected,
    though there are some changes in semantics:
    
    * The owner, host, musicfocus, language, category, and topic
      filters now accept multiple values (i.e. ?category=2,3)
    * The owner, host, musicfocus, language, category, topic, and type
      filter values are now validated and may be rejected as invalid if
      the referenced object does not exist.