We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32893a5 commit bd99003Copy full SHA for bd99003
1 file changed
models.py
@@ -64,7 +64,8 @@ def to_dict(self):
64
'title': self.title,
65
'org_id': self.org_id,
66
'description': self.description,
67
- 'repo': self.repo
+ 'repo': self.repo,
68
+ 'repo_owner': self.repo_owner
69
}
70
71
class DmpIssueUpdate(db.Model):
0 commit comments