app/soc/models/group.py
changeset 402 021e86368600
parent 385 6d410bf49a82
child 410 2af7f84f4fc7
--- a/app/soc/models/group.py	Mon Oct 20 23:24:41 2008 +0000
+++ b/app/soc/models/group.py	Tue Oct 21 01:22:36 2008 +0000
@@ -38,7 +38,7 @@
   """
 
   #: Defines which fields are uses as the key_name
-  key_fields = ['link_name']
+  KEY_FIELDS = ['link_name']
 
   #: Required field storing name of the group.
   name = db.StringProperty(required=True,