mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 12:10:06 -03:30
Fix Django 2.0 deprecation warnings
This commit is contained in:
@@ -147,6 +147,7 @@ class Profile(CreatedModifiedModel):
|
||||
'auth.User',
|
||||
related_name='profile',
|
||||
editable=False,
|
||||
on_delete=models.CASCADE
|
||||
)
|
||||
ldap_dn = models.CharField(
|
||||
max_length=1024,
|
||||
|
||||
Reference in New Issue
Block a user