Replies: 2 comments
-
|
Try |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
if you want a list of usernames from outgoing friend requests: if you want a list of user objects from outgoing friend requests: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am trying to get the list of users who the user has sent a friend request to, however, when using
Friend.objects.sent_requests(user=request.user)this only print's the id of the user and not users who have received a friend request. How can I get a list of users who the user has sent a friend request?Beta Was this translation helpful? Give feedback.
All reactions