Home | History | Annotate | Download | only in afe

Lines Matching refs:populate_relationships

562     models.Host.objects.populate_relationships(hosts, models.HostAttribute,
643 models.Host.objects.populate_relationships(hosts, models.Label,
645 models.Host.objects.populate_relationships(hosts, models.AclGroup,
647 models.Host.objects.populate_relationships(hosts, models.HostAttribute,
649 models.Host.objects.populate_relationships(hosts,
1215 models.Job.objects.populate_relationships(jobs, models.Label,
1217 models.Job.objects.populate_relationships(jobs, models.JobKeyval, 'keyvals')