Renamed org property in club_admin model to club.
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 23 Jan 2009 08:49:09 +0000
changeset 912 5b13221456f4
parent 911 efce8ee13b19
child 913 db38e7680d1c
Renamed org property in club_admin model to club. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/models/club_admin.py
--- 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')