Guest User

Untitled

a guest
Jul 15th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. return DBSession.query(Participant, Student).filter(Participant.team_id==self.team_id).filter(Participant.Resource.resource_type=="Student").filter(Student.student_id==Participant.participant_id).all()
Add Comment
Please, Sign In to add comment