refactor collection filters with django_filters
Compare changes
- Konrad Mohrfeldt authored
* normalized queryset handling * consistent formatting of method descriptions.
+ 19
− 12
@@ -195,26 +195,26 @@ class APIUserViewSet(
@@ -195,26 +195,26 @@ class APIUserViewSet(
@@ -227,8 +227,9 @@ class APIUserViewSet(
@@ -227,8 +227,9 @@ class APIUserViewSet(
@@ -243,6 +244,11 @@ class APIUserViewSet(
@@ -243,6 +244,11 @@ class APIUserViewSet(
@@ -267,6 +273,7 @@ class APIUserViewSet(
@@ -267,6 +273,7 @@ class APIUserViewSet(