summaryrefslogtreecommitdiff
path: root/django/db/models/sql
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2021-12-01 00:27:08 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-12-02 07:00:52 +0100
commite3bde71676a704e27d62e5f96dd967f7305db7f2 (patch)
tree66cac916dff1928125dc697e07f287d69da56fc2 /django/db/models/sql
parent4ce59f602ed28320caf3035212cb4d1c5430da2b (diff)
Refs #32690 -- Altered lookups Query rhs alterations during initialization.
Having it happen at the lookup creation time ensures entry points called before the compilation phase (e.g. get_group_by_cols) don't have to duplicate the logic in charge of altering Query instances used as rhs. It also has the nice effect of reducing the amount of time the alteration logic to once as opposed to multiple times if the queryset is compiled more than once.
Diffstat (limited to 'django/db/models/sql')
0 files changed, 0 insertions, 0 deletions