79100274

Date: 2024-10-18 01:41:37
Score: 0.5
Natty:
Report link

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
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: django.seolpyo.com