Django filter related field using through model's custom manager

后端 未结 0 1177
我在风中等你
我在风中等你 2021-01-30 07:11

I have 2 models and a custom manager to filter out non active items:

class List(models.Model):
    items = models.ManyToMan         


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