# HG changeset patch # User Todd Larsen # Date 1222223089 0 # Node ID 3d30a7a96ce7cc7a0db4e7136419eeda07a53324 # Parent f6bf679dab26877c284616c3d37bf6487da8fa54 Note 'groups' back-reference from 'founder' property in soc.models.group.Group. 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.