app/soc/models/response.py
changeset 342 72482d8e5b34
parent 339 b9be44e09530
child 385 6d410bf49a82
--- 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