app/soc/models/organization.py
changeset 1408 2d91128c3685
parent 1322 5153bd89147f
child 1567 b5589e656ed1
--- 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.