Set max string length to a wayyyy bigger number just in case

This commit is contained in:
beeankha
2021-03-16 17:48:20 -04:00
parent ef6297377b
commit 2a9d728b70
3 changed files with 3 additions and 3 deletions

View File

@@ -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,