more j -> workflow_job renaming

This commit is contained in:
Chris Meyers
2016-11-17 10:47:04 -05:00
parent 07996abf64
commit ef0df1fefd
3 changed files with 3 additions and 3 deletions

View File

@@ -2984,7 +2984,7 @@ class WorkflowJobTemplateJobsList(SubListAPIView):
model = WorkflowJob
serializer_class = WorkflowJobListSerializer
parent_model = WorkflowJobTemplate
relationship = 'jobs'
relationship = 'workflow_jobs'
parent_key = 'workflow_job_template'