Show More
@@ -80,6 +80,7 b' class User(Base):' | |||||
80 |
|
80 | |||
81 | repositories = relationship('Repository') |
|
81 | repositories = relationship('Repository') | |
82 | user_followers = relationship('UserFollowing', primaryjoin='UserFollowing.follows_user_id==User.user_id', cascade='all') |
|
82 | user_followers = relationship('UserFollowing', primaryjoin='UserFollowing.follows_user_id==User.user_id', cascade='all') | |
|
83 | repo_to_perm = relationship('RepoToPerm', primaryjoin='RepoToPerm.user_id==User.user_id', cascade='all') | |||
83 |
|
84 | |||
84 | @property |
|
85 | @property | |
85 | def full_contact(self): |
|
86 | def full_contact(self): |
General Comments 0
You need to be logged in to leave comments.
Login now