mirror of
https://github.com/ansible/awx.git
synced 2026-04-30 14:15:28 -02:30
rename the CredentialInputSource related_names so they're plural
This commit is contained in:
committed by
Jake McDermott
parent
13366c1e75
commit
e727909a61
@@ -1468,7 +1468,7 @@ class CredentialInputSourceSubList(SubListCreateAttachDetachAPIView):
|
||||
model = models.CredentialInputSource
|
||||
serializer_class = serializers.CredentialInputSourceSerializer
|
||||
parent_model = models.Credential
|
||||
relationship = 'input_source'
|
||||
relationship = 'input_sources'
|
||||
parent_key = 'target_credential'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user