Home
last modified time | relevance | path

Searched refs:join_to_query (Results 1 – 1 of 1) sorted by relevance

/external/autotest/frontend/afe/
Dmodel_logic.py153 def _info_for_many_to_one_join(self, field, join_to_query, alias): argument
161 rhs_table = join_to_query.model._meta.db_table
165 rhs_where = join_to_query.query.where
167 compiler = join_to_query.query.get_compiler(using=join_to_query.db)
173 if hasattr(join_to_query.query, 'extra_where'):
174 all_clauses += join_to_query.query.extra_where
181 def _info_for_many_to_many_join(self, m2m_field, join_to_query, alias, argument
204 rhs_id_field = join_to_query.model._meta.pk
214 rhs_ids = join_to_query.values_list(rhs_id_field.attname, flat=True)
226 def join_custom_field(self, query_set, join_to_query, alias, argument
[all …]