OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pk__in
(Results
1 - 2
of
2
) sorted by null
/external/autotest/scheduler/shard/
shard_client.py
214
for job_to_upload in models.Job.objects.filter(
pk__in
=job_ids).all():
223
models.Job.objects.filter(
pk__in
=job_ids).update(shard=self.shard)
/external/autotest/frontend/afe/
models.py
554
Host.objects.filter(
pk__in
=host_ids).update(shard=shard)
555
return list(Host.objects.filter(
pk__in
=host_ids).all())
[
all
...]
Completed in 293 milliseconds