1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Merge pull request #7037 from AlanCoding/6535_2

Mark inventory source creation views as added 3.2
This commit is contained in:
Alan Rominger 2017-07-12 19:49:42 -04:00 committed by GitHub
commit 506209baae

View File

@ -2474,7 +2474,7 @@ class InventoryInventorySourcesList(SubListCreateAPIView):
always_allow_superuser = False always_allow_superuser = False
relationship = 'inventory_sources' relationship = 'inventory_sources'
parent_key = 'inventory' parent_key = 'inventory'
new_in_14 = True new_in_320 = True
class InventoryInventorySourcesUpdate(RetrieveAPIView): class InventoryInventorySourcesUpdate(RetrieveAPIView):
@ -2540,7 +2540,7 @@ class InventorySourceList(ListCreateAPIView):
model = InventorySource model = InventorySource
serializer_class = InventorySourceSerializer serializer_class = InventorySourceSerializer
always_allow_superuser = False always_allow_superuser = False
new_in_14 = True new_in_320 = True
class InventorySourceDetail(RetrieveUpdateDestroyAPIView): class InventorySourceDetail(RetrieveUpdateDestroyAPIView):