forked from extern/django-helpdesk
BUGFIX: Set the missing max_length field attribute.
This commit is contained in:
parent
83be21dc17
commit
78919addd7
@ -372,6 +372,7 @@ class Ticket(models.Model):
|
|||||||
|
|
||||||
submitter_email_id = models.CharField(
|
submitter_email_id = models.CharField(
|
||||||
_('Submitter E-Mail ID'),
|
_('Submitter E-Mail ID'),
|
||||||
|
max_length=256,
|
||||||
blank=True,
|
blank=True,
|
||||||
null=True,
|
null=True,
|
||||||
help_text=_("The Message ID of the submitter's email."),
|
help_text=_("The Message ID of the submitter's email."),
|
||||||
|
Loading…
Reference in New Issue
Block a user