app/soc/models/organization.py
changeset 212 8e208e326adb
parent 208 e076aee6e90f
child 244 da80c6519eea
equal deleted inserted replaced
211:ec26682053df 212:8e208e326adb
    33 
    33 
    34    reviewers)  a many:1 relationship associating Reviewers with
    34    reviewers)  a many:1 relationship associating Reviewers with
    35      a specific Organization. This relation is implemented as the
    35      a specific Organization. This relation is implemented as the
    36      'reviewers' back-reference Query of the Organization model 'org'
    36      'reviewers' back-reference Query of the Organization model 'org'
    37      reference.
    37      reference.
       
    38    admins)  a many:1 relationship associating Administrators with a specific
       
    39      Organization. This relation is implemented as the 'admins' back-reference
       
    40      Query of the Organization model 'org' reference.
    38   """
    41   """
    39   pass
    42   pass
    40 
    43