diff -r 4cf4c1f0e5bb -r 55e650bb9dbe app/projrev/models.py --- 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'