changeset 2493 | 0aabd2d76606 |
parent 2454 | 849956450d69 |
child 2501 | d612b48e6e12 |
--- a/app/soc/models/survey.py Thu Jul 02 17:08:10 2009 +0200 +++ b/app/soc/models/survey.py Thu Jul 02 17:47:24 2009 +0200 @@ -155,8 +155,3 @@ #: Referenceproperty that specifies the content of this survey. survey_content = db.ReferenceProperty(SurveyContent, collection_name="survey_parent") - - def getRecords(self): - """Returns all SurveyRecords belonging to this survey. - """ - return self.survey_records