Django ModelChoiceField how to save not just the string representation but also the other database(model) row values

后端 未结 0 1891
难免孤独
难免孤独 2021-02-11 07:46

I have 2 models. The customer model and the customerpricing model.

class Customer(models.Model):
    priceline= models.IntegerField()
    billto=models.IntegerFie         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题