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