6👍
✅
Yes, you can use contains
:
for point in my_points:
polygons = MyModel.objects.filter(geom__contains=point.geom)
Source:stackexchange.com