We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e8082 commit 1c21798Copy full SHA for 1c21798
api/views.py
@@ -749,7 +749,9 @@ def get_queryset(self):
749
class MyAnnotationViewSet(ListModelMixin, GenericNoMobileViewSet):
750
queryset = IdentificationTaskViewSet.AnnotationViewSet.queryset
751
serializer_class = IdentificationTaskViewSet.AnnotationViewSet.serializer_class
752
+ filter_backends = IdentificationTaskViewSet.AnnotationViewSet.filter_backends
753
filterset_class = IdentificationTaskViewSet.AnnotationViewSet.filterset_class
754
+ search_fields = IdentificationTaskViewSet.AnnotationViewSet.search_fields
755
permission_classes = (MyAnnotationPermissions, )
756
757
lookup_field = 'pk'
0 commit comments