app/soc/models/user.py
changeset 339 b9be44e09530
parent 298 c76a366c7ab4
child 481 94834a1e6c01
--- a/app/soc/models/user.py	Wed Oct 15 14:06:33 2008 +0000
+++ b/app/soc/models/user.py	Wed Oct 15 17:10:27 2008 +0000
@@ -55,6 +55,10 @@
    groups)  a 1:many relationship of Group entities "founded" by the User.
      This relation is implemented as the 'groups' back-reference Query of
      the Group model 'founder' reference.
+
+   responses)  a 1:many relationship of Reponse entities submitted by the
+     User.  This relation is implemented as the 'responses' back-reference
+     Query of the Response model 'respondent' reference.
   """
 
   #: A Google Account, which also provides a "private" email address.