diff -r f6bf679dab26 -r 3d30a7a96ce7 app/soc/models/user.py --- a/app/soc/models/user.py Wed Sep 24 02:23:32 2008 +0000 +++ b/app/soc/models/user.py Wed Sep 24 02:24:49 2008 +0000 @@ -52,6 +52,9 @@ User. This relation is implemented as the 'user' back-reference Query of the Document model 'user' reference. + 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. """ #: A Google Account, which also provides a "private" email address.