@@ -408,7 +359,7 @@ class SchedulingSet(NamedCommon):
project=ForeignKey('Project',related_name="scheduling_sets",on_delete=PROTECT,help_text='Project to which this scheduling set belongs.')# protected to avoid accidents
@@ -462,7 +413,7 @@ class SchedulingUnitBlueprint(NamedCommon):
draft=ForeignKey('SchedulingUnitDraft',related_name='scheduling_unit_blueprints',on_delete=CASCADE,help_text='Scheduling Unit Draft which this run instantiates.')
@@ -641,7 +592,7 @@ class TaskBlueprint(NamedCommon):
scheduling_unit_blueprint=ForeignKey('SchedulingUnitBlueprint',related_name='task_blueprints',on_delete=CASCADE,help_text='Scheduling Unit Blueprint to which this task belongs.')
@@ -743,7 +694,7 @@ class TaskRelationDraft(BasicCommon):
output_role=ForeignKey('TaskConnectorType',related_name='taskrelationdraft_output_roles',on_delete=CASCADE,help_text='Output connector type (what kind of data can be created as output).')