parent
c8459708a7
commit
0db0a25d84
|
@ -223,8 +223,8 @@ def select_related_descend(field, restricted, requested, load_fields, reverse=Fa
|
||||||
"""
|
"""
|
||||||
Return True if this field should be used to descend deeper for
|
Return True if this field should be used to descend deeper for
|
||||||
select_related() purposes. Used by both the query construction code
|
select_related() purposes. Used by both the query construction code
|
||||||
(sql.query.fill_related_selections()) and the model instance creation code
|
(compiler.get_related_selections()) and the model instance creation code
|
||||||
(query.get_klass_info()).
|
(compiler.klass_info).
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
* field - the field to be checked
|
* field - the field to be checked
|
||||||
|
|
Loading…
Reference in New Issue