mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-06 08:21:50 -05:00
Merge pull request #5066 from AlanCoding/cred_list
apply some speedups to credential list
This commit is contained in:
@@ -1436,6 +1436,7 @@ class CredentialList(ListCreateAPIView):
|
||||
|
||||
model = Credential
|
||||
serializer_class = CredentialSerializerCreate
|
||||
capabilities_prefetch = ['admin', 'use']
|
||||
|
||||
|
||||
class CredentialOwnerUsersList(SubListAPIView):
|
||||
|
||||
Reference in New Issue
Block a user