Merge pull request #6053 from jangsutsr/named_url

Named URL
This commit is contained in:
Aaron Tan
2017-05-31 17:02:42 -04:00
committed by GitHub
15 changed files with 944 additions and 6 deletions

View File

@@ -326,6 +326,7 @@ class WorkflowJobOptions(BaseModel):
class WorkflowJobTemplate(UnifiedJobTemplate, WorkflowJobOptions, SurveyJobTemplateMixin, ResourceMixin):
class Meta:
app_label = 'main'