Home | History | Annotate | Download | only in afe

Lines Matching refs:pk__in

696                 pk__in=possible_new_host_ids,
701 pk__in=possible_new_host_ids,
1723 Job.objects.filter(pk__in=job_ids).update(shard=shard)
1724 return list(Job.objects.filter(pk__in=job_ids).all())