Project

Profile

Help

Task #3081

Updated by dkliban@redhat.com over 6 years ago

As an authenticated user, I have This task should be marked "groomed" when both questions are answered. 

 1) What are the filtering use cases for this viewset? 
 2) What filters on the Publisher list: [3081] 

     id: (id_in_list) # id equality is not necessary, objects are referenced by id 
     name: (equality, name_in_list) (field and FilterSet) should this viewset include? 

 https://django-filter.readthedocs.io/en/latest/ref/filters.html#filters

Back