geonode.geoapps.api.permissions

Classes

GeoAppPermissionsFilter

A filter backend that limits results to those where the requesting user

Module Contents

class geonode.geoapps.api.permissions.GeoAppPermissionsFilter[source]

Bases: rest_framework.filters.BaseFilterBackend

A filter backend that limits results to those where the requesting user has read object level permissions.

shortcut_kwargs[source]
filter_queryset(request, queryset, view)[source]