Module query_utils
Various data structures used in query construction.
Factored out from django.db.models.query to avoid making the main module very
large and/or so that they can be used by other modules without getting into
circular import difficulties.
source linkClasses
-
A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.
-
Specify custom filtering in the ON clause of SQL joins.
-
-
-
Encapsulate filters as objects that can then be combined logically (using `&` and `|`).
-
Functions
is OK if:
1) model and opts match (where proxy inheritance is removed)
2) model is parent of opts' model or the other way around
Reexports
▶ def refs_expression(lookup_parts, annotations) Check if the lookup_parts contains references to the given annotations set. Because the LOOKUP_SEP is contained in the default annotation names, check each prefix of the lookup_parts for a match.
▶ def select_related_descend(field, restricted, requested, load_fields, reverse=False) Return True if this field should be used to descend deeper for