Home | History | Annotate | Download | only in afe

Lines Matching refs:join_from_key

104                  join_condition_values=(), join_from_key=None, alias=None,
110 ON (<this table>.<join_from_key> = <join_table>.<join_key>
117 @param join_from_key column on this model to join from.
127 if join_from_key is None:
128 join_from_key = self.model._meta.pk.name
134 _quote_name(join_from_key))
258 join_from_key=info['lhs_column'],