Removed survey_kind from Survey model.
The inheritance structure should make this obsolete.
--- 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.
"""