diff -r f6abf00efc62 -r d9543d181c37 app/soc/models/proposal.py --- a/app/soc/models/proposal.py Thu Sep 11 12:06:57 2008 +0000 +++ b/app/soc/models/proposal.py Thu Sep 11 20:50:58 2008 +0000 @@ -36,7 +36,8 @@ Proposal as their foundation. This relation is implemented as the 'tasks' back-reference Query of the Task model 'proposal' reference. - """" + """ + #: Required 1:1 relationship with a Work entity that contains the #: general "work" properties of the Proposal. The back-reference in the Work #: model is a Query named 'proposal'.