# HG changeset patch # User Lennard de Rijk # Date 1249397561 -7200 # Node ID 09b5bfc5707fc7fb877c75f1a028305767551f27 # Parent 8df4563fb2eb1a679615abda1e2380aab99f333c Removed TODO from ProjectSurvey and GradingProjectSurvey views. diff -r 8df4563fb2eb -r 09b5bfc5707f app/soc/views/models/grading_project_survey.py --- a/app/soc/views/models/grading_project_survey.py Tue Aug 04 16:46:47 2009 +0200 +++ b/app/soc/views/models/grading_project_survey.py Tue Aug 04 16:52:41 2009 +0200 @@ -123,7 +123,6 @@ # TODO: Ensure that this doesn't break when someone is a mentor for # a lot of organizations. - # TODO(ljvderijk) transform StudentProject to handle multiple surveys fields = {'mentor': mentor_entities, 'status': 'accepted'} diff -r 8df4563fb2eb -r 09b5bfc5707f app/soc/views/models/project_survey.py --- a/app/soc/views/models/project_survey.py Tue Aug 04 16:46:47 2009 +0200 +++ b/app/soc/views/models/project_survey.py Tue Aug 04 16:52:41 2009 +0200 @@ -191,7 +191,6 @@ student_entity = student_logic.getForFields(fields, unique=True) - # TODO(ljvderijk) transform StudentProject to handle multiple surveys fields = {'student': student_entity, 'status': 'accepted'}