Changes between Version 1 and Version 2 of Ticket #35235, comment 5
- Timestamp:
- Feb 20, 2024, 5:23:42 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35235, comment 5
v1 v2 17 17 The 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. 18 18 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.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.