Update title length

This commit is contained in:
Dane Kennedy 2025-05-30 10:41:40 +02:00
parent 54502ac3ea
commit 606c3a3ee5

View File

@ -1161,7 +1161,7 @@ class TicketChange(models.Model):
field = models.CharField(
_("Field"),
max_length=100,
max_length=200,
)
old_value = models.TextField(