app/soc/models/user.py
changeset 193 3d30a7a96ce7
parent 181 fdd29818a954
child 298 c76a366c7ab4
equal deleted inserted replaced
192:f6bf679dab26 193:3d30a7a96ce7
    50      
    50      
    51    documents)  a 1:many relationship of Document entities identified by the
    51    documents)  a 1:many relationship of Document entities identified by the
    52      User.  This relation is implemented as the 'user' back-reference
    52      User.  This relation is implemented as the 'user' back-reference
    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.
       
    56      This relation is implemented as the 'groups' back-reference Query of
       
    57      the Group model 'founder' reference.
    55   """
    58   """
    56 
    59 
    57   #: A Google Account, which also provides a "private" email address.
    60   #: A Google Account, which also provides a "private" email address.
    58   #: This email address is only used in an automated fashion by 
    61   #: This email address is only used in an automated fashion by 
    59   #: Melange web applications and is not made visible to other users 
    62   #: Melange web applications and is not made visible to other users