changeset 912 | 5b13221456f4 |
parent 802 | 95c534d02e39 |
child 925 | a85719e94570 |
--- a/app/soc/models/club_admin.py Thu Jan 22 23:20:15 2009 +0000 +++ b/app/soc/models/club_admin.py Fri Jan 23 08:49:09 2009 +0000 @@ -34,6 +34,6 @@ #: A many:1 relationship associating Admins with specific Club #: details and capabilities. The back-reference in the Club model #: is a Query named 'admins'. - org = db.ReferenceProperty( + club = db.ReferenceProperty( reference_class=soc.models.club.Club, required=True, collection_name='admins')