Many of the other SQLCompiler subclasses have `as_sql` methods that don't
accept `compiler`, so it doesn't appear to be an invariant.
Test suite lasses without that argument, at least on SQLite. Will push a
cleanup PR to check if anything else breaks on CI.
--
Ticket URL: <https://code.djangoproject.com/ticket/23876>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
https://github.com/django/django/pull/3584
--
Ticket URL: <https://code.djangoproject.com/ticket/23876#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"d6e2bbe734fe65f1cec825b9c507ad7bbb09f2f0"]:
{{{
#!CommitTicketReference repository=""
revision="d6e2bbe734fe65f1cec825b9c507ad7bbb09f2f0"
Fixed #23876 -- Removed dead code in SQLAggregateCompiler.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23876#comment:2>