mirror of
https://github.com/ansible/awx.git
synced 2026-09-05 03:18:29 -02:30
Set max string length to a wayyyy bigger number just in case
This commit is contained in:
@@ -729,7 +729,7 @@ class UnifiedJob(PolymorphicModel, PasswordFieldsModel, CommonModelNameNotUnique
|
||||
help_text=_("The Collections names and versions installed in the execution environment."),
|
||||
)
|
||||
ansible_version = models.CharField(
|
||||
max_length=50,
|
||||
max_length=255,
|
||||
blank=True,
|
||||
default='',
|
||||
editable=False,
|
||||
|
||||
Reference in New Issue
Block a user