app/soc/models/user.py
changeset 339 b9be44e09530
parent 298 c76a366c7ab4
child 481 94834a1e6c01
equal deleted inserted replaced
338:0d78f41dde9b 339:b9be44e09530
    53      Query of the Document model 'user' reference.
    53      Query of the Document model 'user' reference.
    54 
    54 
    55    groups)  a 1:many relationship of Group entities "founded" by the User.
    55    groups)  a 1:many relationship of Group entities "founded" by the User.
    56      This relation is implemented as the 'groups' back-reference Query of
    56      This relation is implemented as the 'groups' back-reference Query of
    57      the Group model 'founder' reference.
    57      the Group model 'founder' reference.
       
    58 
       
    59    responses)  a 1:many relationship of Reponse entities submitted by the
       
    60      User.  This relation is implemented as the 'responses' back-reference
       
    61      Query of the Response model 'respondent' reference.
    58   """
    62   """
    59 
    63 
    60   #: A Google Account, which also provides a "private" email address.
    64   #: A Google Account, which also provides a "private" email address.
    61   #: This email address is only used in an automated fashion by 
    65   #: This email address is only used in an automated fashion by 
    62   #: Melange web applications and is not made visible to other users 
    66   #: Melange web applications and is not made visible to other users