Filter many-to-many field DRF

后端 未结 0 1067
一生所求
一生所求 2020-12-15 13:33

I need to filter my API response of document using a many-to-many category field. This is my model:

class Document(models.Model):
    name = models.CharField(         


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