I have the following model.
class TSample(models.Model): foo1_id = models.DecimalField(max_digits=8, decimal_places=2, db_column=\'foo1_id__c\') foo2_