diff --git a/atdb/taskdatabase/models.py b/atdb/taskdatabase/models.py index 328dddffef45323b6d0f41351403a3907fb93c4b..36c69dc58142db6b4336089cf180cc7661f1405e 100644 --- a/atdb/taskdatabase/models.py +++ b/atdb/taskdatabase/models.py @@ -105,4 +105,4 @@ class Job(models.Model): # the representation of the value in the REST API def __str__(self): - return str(self.id) \ No newline at end of file + return 'task_id:'+str(self.task_id)+', job_id:'+str(self.job_id) \ No newline at end of file