# HG changeset patch # User Lennard de Rijk # Date 1246313213 -7200 # Node ID 849956450d69d8990d1be57920e69d68f5f187e3 # Parent 9b8f3240e3bf56c786da8f184101439ff25ff026 Removed survey_kind from Survey model. The inheritance structure should make this obsolete. diff -r 9b8f3240e3bf -r 849956450d69 app/soc/models/survey.py --- 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. """