adjusted prefetches from time test results

This commit is contained in:
AlanCoding
2017-01-30 17:09:38 -05:00
parent 5362ee049b
commit d430a03721
2 changed files with 2 additions and 1 deletions

View File

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