Django ORM - MAx subqueryin filter

前端 未结 0 1783
情歌与酒
情歌与酒 2021-02-12 06:24

I am using postgres in combination with a django orm.

Models:

class Review(models.Model):
    STATUS_PENDING = 1
            


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