mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-14 18:18:36 +02:00
Update title length
This commit is contained in:
@ -1161,7 +1161,7 @@ class TicketChange(models.Model):
|
||||
|
||||
field = models.CharField(
|
||||
_("Field"),
|
||||
max_length=100,
|
||||
max_length=200,
|
||||
)
|
||||
|
||||
old_value = models.TextField(
|
||||
|
Reference in New Issue
Block a user