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 37d97c0 commit 87f046aCopy full SHA for 87f046a
readthedocs/restapi/views/model_views.py
@@ -241,7 +241,6 @@ class RemoteOrganizationViewSet(viewsets.ReadOnlyModelViewSet):
241
model = RemoteOrganization
242
pagination_class = api_utils.RemoteOrganizationPagination
243
244
-
245
def get_queryset(self):
246
return (self.model.objects.api(self.request.user)
247
.filter(account__provider__in=[service.adapter.provider_id
0 commit comments