add help text for the new custom_virtualenv field

see: https://github.com/ansible/tower/issues/1866
This commit is contained in:
Ryan Petrello
2018-05-23 16:19:59 -04:00
parent 1564f62c2a
commit d8f86ecba0
2 changed files with 35 additions and 1 deletions

View File

@@ -436,7 +436,8 @@ class CustomVirtualEnvMixin(models.Model):
blank=True,
null=True,
default=None,
max_length=100
max_length=100,
help_text=_('Local absolute file path containing a custom Python virtualenv to use')
)
def clean_custom_virtualenv(self):