app/soc/models/group.py
changeset 363 d35ffa6ca643
parent 344 d135c8c09967
child 385 6d410bf49a82
--- a/app/soc/models/group.py	Thu Oct 16 18:08:35 2008 +0000
+++ b/app/soc/models/group.py	Thu Oct 16 23:23:16 2008 +0000
@@ -37,6 +37,9 @@
   """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'))