mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +00:00
Updated select_related_descend() comment.
Outdated since 0c7633178fa9410f102e4708cef979b873bccb76.
This commit is contained in:
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
|
||||
select_related() purposes. Used by both the query construction code
|
||||
(sql.query.fill_related_selections()) and the model instance creation code
|
||||
(query.get_klass_info()).
|
||||
(compiler.get_related_selections()) and the model instance creation code
|
||||
(compiler.klass_info).
|
||||
|
||||
Arguments:
|
||||
* field - the field to be checked
|
||||
|
Loading…
x
Reference in New Issue
Block a user