Add missing new_in_310 labels to workflow views.

This commit is contained in:
Aaron Tan 2016-12-01 21:00:40 -05:00
parent f7cbd0a021
commit 0f58b0d3d0

View File

@ -3046,6 +3046,7 @@ class WorkflowJobTemplateJobsList(SubListAPIView):
parent_model = WorkflowJobTemplate
relationship = 'workflow_jobs'
parent_key = 'workflow_job_template'
new_in_310 = True
class WorkflowJobTemplateSchedulesList(SubListCreateAttachDetachAPIView):
@ -3057,6 +3058,7 @@ class WorkflowJobTemplateSchedulesList(SubListCreateAttachDetachAPIView):
parent_model = WorkflowJobTemplate
relationship = 'schedules'
parent_key = 'unified_job_template'
new_in_310 = True
class WorkflowJobTemplateNotificationTemplatesAnyList(SubListCreateAttachDetachAPIView):