I have model
class TransHeader(models.Model): th_type = models.CharField(max_length=200) th_code = models.CharField(max_length=200) th_status=mode