weiyong996

Results 1 issues of weiyong996

# My FilterSet ``` class UserFilter(filters.FilterSet): class Meta: model = User fields = {'id': ['exact', 'in',]} ``` # Evn python 3.7 django 2.1.1 django-filter 2.1.0 djangorestframework 3.8.2 djangorestframework-filters 1.0.0.dev2 #...