app/soc/models/group.py
changeset 410 2af7f84f4fc7
parent 402 021e86368600
child 481 94834a1e6c01
--- a/app/soc/models/group.py	Thu Oct 23 05:21:26 2008 +0000
+++ b/app/soc/models/group.py	Thu Oct 23 05:21:41 2008 +0000
@@ -37,9 +37,6 @@
   """Common data fields for all groups.
   """
 
-  #: Defines which fields are uses as the key_name
-  KEY_FIELDS = ['link_name']
-
   #: Required field storing name of the group.
   name = db.StringProperty(required=True,
       verbose_name=ugettext_lazy('Name'))