Lines Matching refs:child_ids
1908 child_ids = [hqe.id for hqe in children]1909 HostQueueEntry.objects.filter(id__in=child_ids).update(aborted=True)