mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 07:51:51 -05:00
apply some speedups to credential list
This commit is contained in:
@@ -1434,6 +1434,7 @@ class CredentialList(ListCreateAPIView):
|
||||
|
||||
model = Credential
|
||||
serializer_class = CredentialSerializerCreate
|
||||
capabilities_prefetch = ['admin', 'use']
|
||||
|
||||
|
||||
class CredentialOwnerUsersList(SubListAPIView):
|
||||
|
||||
Reference in New Issue
Block a user