From f0b65d36bd63e072e81b6481165bcc4e64e43074 Mon Sep 17 00:00:00 2001 From: Aaron Tan Date: Sat, 26 Nov 2016 12:10:21 -0500 Subject: [PATCH] Add new version indicator --- awx/api/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/api/views.py b/awx/api/views.py index bbb4c990b8..6da87f1c14 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -771,6 +771,7 @@ class OrganizationWorkflowJobTemplatesList(SubListCreateAttachDetachAPIView): parent_model = Organization relationship = 'workflows' parent_key = 'organization' + new_in_310 = True class OrganizationTeamsList(SubListCreateAttachDetachAPIView):