Django Annotation + Distinct field

后端 未结 0 1675
再見小時候
再見小時候 2020-12-08 02:02

I have three models defined like this:

class Match(models.Model):
    id = models.IntegerField()

class Market(models.Model):
    match = models.ForeignKey(Ma         


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