equal
deleted
inserted
replaced
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 |