Guest User

Untitled

a guest
Jul 16th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. friends = up.friends.extra(select={'accepted':'accepted'}).all()
  3.  
  4. real_friends = friends.filter(accepted=1 )
  5.  
  6. # makes 2 database calls
Add Comment
Please, Sign In to add comment