diff -r 6eac6cd88dad -r 0aabd2d76606 app/soc/models/project_survey.py --- a/app/soc/models/project_survey.py Thu Jul 02 17:08:10 2009 +0200 +++ b/app/soc/models/project_survey.py Thu Jul 02 17:47:24 2009 +0200 @@ -34,8 +34,3 @@ super(ProjectSurvey, self).__init__(*args, **kwargs) self.prefix = 'program' self.taking_access = 'student' - - def getRecords(self): - """Returns all ProjectSurveyRecords belonging to this survey. - """ - return self.project_survey_records