changeset 43 | 55e650bb9dbe |
parent 39 | e7880a8f7e04 |
child 47 | 09c3b7aaa535 |
--- a/app/projrev/models.py Wed Aug 12 19:30:12 2009 +0530 +++ b/app/projrev/models.py Wed Aug 12 22:41:21 2009 +0530 @@ -873,6 +873,9 @@ #: Field representing the relation to the corresponding project. project = models.ForeignKey(Project) + #: Field representing the relation to the corresponding proposal. + proposal = models.ForeignKey(Proposal) + #: Field containing the comment entered along with the review. comment = models.TextField() comment.verbose_name = 'Overall Comment'