Note 'groups' back-reference from 'founder' property in soc.models.group.Group.
authorTodd Larsen <tlarsen@google.com>
Wed, 24 Sep 2008 02:24:49 +0000
changeset 193 3d30a7a96ce7
parent 192 f6bf679dab26
child 194 8bdb1d2d0c36
Note 'groups' back-reference from 'founder' property in soc.models.group.Group.
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.