Changes between Initial Version and Version 1 of Ticket #35643, comment 1


Ignore:
Timestamp:
Jul 30, 2024, 2:29:19 PM (7 weeks ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35643, comment 1

    initial v1  
    5757}}}
    5858
    59 Bisected to b0ad41198b3e333f57351e3fce5a1fb47f23f376.
     59Bisected to b0ad41198b3e333f57351e3fce5a1fb47f23f376. The problem here is that `Aggregation.default_alias` generates an alias that [https://github.com/django/django/blob/9cf9c796be8dd53bc3b11355ff39d65c81d7be6d/django/db/models/aggregates.py#L111 is composed of] `LOOKUP_SEP`. In other words, the added logic didn't account for annotations containing a lookup separator to exists.
Back to Top