django: time range based aggregate query

前端 未结 0 1455
失恋的感觉
失恋的感觉 2021-02-11 05:16

I have the following models, Art and ArtScore:

class Art(models.Model):
    title = models.CharField()

class ArtScore(models.Model):
    art = models.ForeignKey         


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