Custom fields: help_text doesn't need to be mandatory.

This commit is contained in:
Ross Poulton 2011-02-02 11:37:38 +00:00
parent ebe0382725
commit 9f68c8ef99

View File

@ -1107,6 +1107,8 @@ class CustomField(models.Model):
help_text = models.TextField(
_('Help Text'),
help_text=_('Shown to the user when editing the ticket'),
blank=True,
null=True
)
DATA_TYPE_CHOICES = (