mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-20 01:27:44 +02:00
Update title length
This commit is contained in:
parent
54502ac3ea
commit
606c3a3ee5
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user