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