mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Fix Django 2.0 deprecation warnings
This commit is contained in:
@@ -249,6 +249,7 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique, ResourceMixin):
|
||||
'CredentialType',
|
||||
related_name='credentials',
|
||||
null=False,
|
||||
on_delete=models.CASCADE,
|
||||
help_text=_('Specify the type of credential you want to create. Refer '
|
||||
'to the Ansible Tower documentation for details on each type.')
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user