Got AttributeError when attempting to get a value for field `members` on serializer `HealthQuotationSerializer`

前端 未结 0 1496
失恋的感觉
失恋的感觉 2021-02-07 14:57

Trying out serialising parent and child model.Here are my models:

class HealthQuotation(models.Model):
  quotation_no = models.CharField(max_length=50)
  insuredp         


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