ids = [1,2,3,4]
MyObject.objects.filter(id__in=ids)


위와 같이 가능하다.
 

+ Recent posts