Add new version indicator

This commit is contained in:
Aaron Tan 2016-11-26 12:10:21 -05:00 committed by GitHub
parent 8eb4b7b271
commit f0b65d36bd

View File

@ -771,6 +771,7 @@ class OrganizationWorkflowJobTemplatesList(SubListCreateAttachDetachAPIView):
parent_model = Organization
relationship = 'workflows'
parent_key = 'organization'
new_in_310 = True
class OrganizationTeamsList(SubListCreateAttachDetachAPIView):