--- a/app/soc/models/response.py Wed Oct 15 18:06:07 2008 +0000
+++ b/app/soc/models/response.py Wed Oct 15 19:33:50 2008 +0000
@@ -45,6 +45,11 @@
The collection of Answers that make up a Response is implemented as
the 'answers' back-reference Query of the Answer model 'response'
reference.
+
+ proposal) an optional 1:1 relationship where a Proposal placed its
+ Answers to a Quiz associated with the Proposal. This relation is
+ implemented as the 'proposal' back-reference Query of the Proposal
+ Model 'response' reference.
"""
#: a required many:1 relationship between Responses and a Quiz that