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 691bae8 commit 41d899cCopy full SHA for 41d899c
openwisp_controller/geo/api/views.py
@@ -115,6 +115,7 @@ class DeviceLocationView(
115
lookup_field = "content_object"
116
lookup_url_kwarg = "pk"
117
organization_field = "content_object__organization"
118
+ organization_lookup = "organization__in"
119
_device_field = "content_object"
120
121
def get_queryset(self):
0 commit comments