Searched refs:select_name (Results 1 – 1 of 1) sorted by relevance
390 def _add_custom_select(self, query_set, select_name, select_sql): argument391 return query_set.extra(select={select_name: select_sql})