app/soc/models/organization.py
changeset 212 8e208e326adb
parent 208 e076aee6e90f
child 244 da80c6519eea
--- 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