Home | History | Annotate | Download | only in tko

Lines Matching refs:objects

182     objects = model_logic.ExtendedManager()
218 objects = model_logic.ExtendedManager()
228 TestAttribute.objects.get(test=self, attribute=attribute,
247 objects = model_logic.ExtendedManager()
263 objects = model_logic.ExtendedManager()
278 objects = model_logic.ExtendedManager()
293 objects = model_logic.ExtendedManager()
370 TestLabel.objects.filter(name__in=label_names)
407 label_query = TestLabel.objects.filter(name=label_name)
408 query_set = Test.objects.join_custom_field(query_set, label_query,
432 attribute_query = TestAttribute.objects.filter(attribute=attribute)
436 query_set = Test.objects.join_custom_field(query_set, attribute_query,
457 iteration_query = IterationResult.objects.filter(attribute=result_key)
466 query_set = Test.objects.join_custom_field(query_set, iteration_query,
510 keyval_query = JobKeyval.objects.filter(key=job_keyval)
511 query_set = Job.objects.join_custom_field(query_set, keyval_query,
520 attribute_query = IterationAttribute.objects.filter(
522 query_set = Test.objects.join_custom_field(query_set,
726 objects = TestViewManager()
740 initial_query = cls.objects.get_query_set_with_joins(filter_data)