Changes between Version 1 and Version 2 of Ticket #35235, comment 5


Ignore:
Timestamp:
Feb 20, 2024, 5:23:42 AM (3 months ago)
Author:
David Sanders

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35235, comment 5

    v1 v2  
    1717The problem is `Aggregate.resolve_expression()` calls `default._output_field_or_none` which then caches the `None` because it's a `@cached_property`.... which makes setting the `output_field` essentially a no-op.
    1818
    19 Edit: Sharon feel free to use this ^ as a starting point for your patch 👍  Simon Charette will have some feedback on whether this is "correct" or whether there's a larger problem at play here, but I'd wager this is definitely something that needs fixing.
     19Edit: Sharon feel free to use this `^` as a starting point for your patch 👍  Simon Charette will have some feedback on whether this is "correct" or whether there's a larger problem at play here, but I'd wager this is definitely something that needs fixing.
Back to Top