diff options
| author | Simon Charette <charette.s@gmail.com> | 2021-12-01 00:27:08 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-12-02 07:00:52 +0100 |
| commit | e3bde71676a704e27d62e5f96dd967f7305db7f2 (patch) | |
| tree | 66cac916dff1928125dc697e07f287d69da56fc2 /django/db/models/sql | |
| parent | 4ce59f602ed28320caf3035212cb4d1c5430da2b (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
