refactor collection filters with django_filters
Compare changes
- Konrad Mohrfeldt authored
If notes are created through subroutes some of the data necessary to create a note is already available through the route data and doesn’t need to be passed as part of the request body anymore.
+ 2
− 1
@@ -709,7 +709,8 @@ class APINoteViewSet(viewsets.ModelViewSet):