Deleted stale comment
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 19 Feb 2009 23:26:54 +0000
changeset 1408 2d91128c3685
parent 1407 423425ac79f5
child 1409 6a7350c320f2
Deleted stale comment Patch by: Sverre Rabbelier
app/soc/models/organization.py
--- a/app/soc/models/organization.py	Thu Feb 19 22:51:24 2009 +0000
+++ b/app/soc/models/organization.py	Thu Feb 19 23:26:54 2009 +0000
@@ -31,14 +31,6 @@
 
 class Organization(soc.models.group.Group):
   """Organization details.
-
-  A Organization entity participates in the following relationships implemented 
-  as a db.ReferenceProperty elsewhere in another db.Model:
-
-   reviewers)  a many:1 relationship associating Reviewers with
-     a specific Organization. This relation is implemented as the
-     'reviewers' back-reference Query of the Organization model 'org'
-     reference.
   """
 
   #: Optional development mailing list.