Project

Profile

Help

Task #3080

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 Importer list:  

     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