Renamed org property in club_admin model to club.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- 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')