app/soc/models/organization.py
changeset 244 da80c6519eea
parent 212 8e208e326adb
child 316 9efdc7bc3565
equal deleted inserted replaced
243:b0eeea9d6da6 244:da80c6519eea
    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.
       
    41   """
    38   """
    42   pass
    39   pass
    43 
    40