How to find models where their member queryset contains another models query set in django

后端 未结 0 1531
情歌与酒
情歌与酒 2021-01-12 12:25

say I have the following models

flag

user

project 

userflag
-user fk
-flag fk

projectflag
-project fk
-flag fk

what I want is the queryse

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