I want to only fetch a specific field data

前端 未结 0 842
心在旅途
心在旅途 2020-11-29 14:09

Hello in my order model i have these fields :

class Order(models.Model):
    product = models.ForeignKey(
        Product, on_delete=models.CASCADE, related_n         


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