Merge pull request #5051 from AlanCoding/up_a_hill_to_prefetch_a_pail_of_water

Adjusted prefetches from time test results
This commit is contained in:
Alan Rominger
2017-01-31 16:00:09 -05:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -1683,6 +1683,7 @@ class HostList(ListCreateAPIView):
always_allow_superuser = False
model = Host
serializer_class = HostSerializer
capabilities_prefetch = ['inventory.admin']
class HostDetail(RetrieveUpdateDestroyAPIView):