I\'ve a model with name Task with the following attributes:
class Task(models.Model): jobid = models.CharField(max_length = 10, null = True) worker = models.F