Skip to content

Commit

Permalink
Add comment for future optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere committed Jun 19, 2023
1 parent 76bc721 commit 3163ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/views/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def get(self, request):
)


# To-Do: This executes multiple querys per users
class UserViewSet(viewsets.ModelViewSet):
def get_queryset(self):
queryset = (
Expand Down

0 comments on commit 3163ff7

Please sign in to comment.