Skip to content

Commit 3d459a6

Browse files
committed
Merge PR #600 into 16.0
Signed-off-by guewen
2 parents 9cdd863 + dafdf0a commit 3d459a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

queue_job/models/queue_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class QueueJob(models.Model):
9494
state = fields.Selection(STATES, readonly=True, required=True, index=True)
9595
priority = fields.Integer()
9696
exc_name = fields.Char(string="Exception", readonly=True)
97-
exc_message = fields.Char(string="Exception Message", readonly=True)
97+
exc_message = fields.Char(string="Exception Message", readonly=True, tracking=True)
9898
exc_info = fields.Text(string="Exception Info", readonly=True)
9999
result = fields.Text(readonly=True)
100100

0 commit comments

Comments
 (0)