How can I query across the same M2M field in multiple instances of the same model?

后端 未结 0 1628
半阙折子戏
半阙折子戏 2020-12-30 08:03

I have the following models:

class VocabEntry(OwnerModelMixin, ModelBase):
  prompt_text = models.CharField(max_length=20)
  response_text = models.CharField(         


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