Django get plain value of Foreign Key

前端 未结 0 1183
一整个雨季
一整个雨季 2021-01-19 03:49

I have the following model:

def MyModel(models.Model):
  other = models.ForeignKey(OtherModel, db_column=\'other\', on_         


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