diff -r b0eeea9d6da6 -r da80c6519eea app/soc/models/organization.py --- a/app/soc/models/organization.py Wed Oct 01 07:26:45 2008 +0000 +++ b/app/soc/models/organization.py Wed Oct 01 09:43:25 2008 +0000 @@ -35,9 +35,6 @@ a specific Organization. This relation is implemented as the 'reviewers' back-reference Query of the Organization model 'org' reference. - admins) a many:1 relationship associating Administrators with a specific - Organization. This relation is implemented as the 'admins' back-reference - Query of the Organization model 'org' reference. """ pass