diff -r ec26682053df -r 8e208e326adb app/soc/models/organization.py --- a/app/soc/models/organization.py Tue Sep 30 12:59:59 2008 +0000 +++ b/app/soc/models/organization.py Tue Sep 30 14:00:11 2008 +0000 @@ -35,6 +35,9 @@ 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