--- a/app/soc/models/grading_survey_group.py Thu Jul 09 11:00:17 2009 +0200
+++ b/app/soc/models/grading_survey_group.py Thu Jul 09 11:47:31 2009 +0200
@@ -50,6 +50,10 @@
course only if they are filled in.
"""
+ #: Name to give to this group for easy human-readable identification.
+ name = db.StringProperty(
+ required=True, verbose_name=ugettext('Survey Group Name'))
+
#: GradingProjectSurvey which belongs to this group.
grading_survey = db.ReferenceProperty(
GradingProjectSurvey, required=True,