Django annotation case when

后端 未结 0 1505
无人共我
无人共我 2021-01-06 10:47

I have the following model:

class Room(models.Model):
    # model fields

class Table(models.Model):
    room = models.ForeignKey(
        Room, [...], relate         


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