mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02: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