# HG changeset patch # User Sverre Rabbelier # Date 1235086014 0 # Node ID 2d91128c368547c63848bc10f9ff78edc76212dd # Parent 423425ac79f58d2979824cfec045f5b2d67a9a43 Deleted stale comment Patch by: Sverre Rabbelier diff -r 423425ac79f5 -r 2d91128c3685 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.