示例#1
0
 def issues(self):
     from githubsurvivor.models import Issue
     return Issue.objects(assignee=self)
示例#2
0
    def issues(self):
        from githubsurvivor.models import Issue

        return Issue.objects(assignee=self)