filter by foreign object, need '__'. usin '_' is not find foreign object.
# call foreign object a = Current_tests.object.get({some code}) b = a.poduct # filter by foreign object a = Current_tests.object.get(product__name='{some name}') b = a.poduct