Use Django ORM to take values from field that have some Set of values in enother field

前端 未结 0 1727
有刺的猬
有刺的猬 2021-02-04 23:25

How to get bellow by using django ORM

myset = {2, 3}

I need names from field \'name\' that have \'2\'&\'3\' only in \'value\' field:

T

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