mirror of
https://github.com/ansible/awx.git
synced 2026-08-04 12:00:03 -02:30
convert py2 -> py3
This commit is contained in:
@@ -14,6 +14,6 @@ class Migration(migrations.Migration):
|
||||
migrations.AlterField(
|
||||
model_name='userenterpriseauth',
|
||||
name='provider',
|
||||
field=models.CharField(max_length=32, choices=[(b'radius', 'RADIUS'), (b'tacacs+', 'TACACS+'), (b'saml', 'SAML')]),
|
||||
field=models.CharField(max_length=32, choices=[('radius', 'RADIUS'), ('tacacs+', 'TACACS+'), ('saml', 'SAML')]),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user