Correct docstring

This commit is contained in:
Jeremy Stretch 2025-04-07 14:40:56 -04:00
parent 2f425fda34
commit 2e52014828

View File

@ -22,8 +22,7 @@ class SharedObjectViewMixin:
def get_queryset(self, request):
"""
Return only shared SavedFilters, or those owned by the current user, unless
this is a superuser.
Return only shared objects, or those owned by the current user, unless this is a superuser.
"""
queryset = super().get_queryset(request)
user = request.user