app/soc/models/survey.py
changeset 2454 849956450d69
parent 2445 761906e4254d
child 2493 0aabd2d76606
--- a/app/soc/models/survey.py	Mon Jun 29 23:40:24 2009 +0200
+++ b/app/soc/models/survey.py	Tue Jun 30 00:06:53 2009 +0200
@@ -156,10 +156,6 @@
   survey_content = db.ReferenceProperty(SurveyContent,
                                      collection_name="survey_parent")
 
-  #: Survey kind, a helper for handling the different classes on creation.
-  survey_kind = db.StringProperty(default='', required=False,
-                                  choices=('', 'project', 'grading'))
-
   def getRecords(self):
     """Returns all SurveyRecords belonging to this survey.
     """