Changes between Initial Version and Version 1 of Ticket #26178, comment 3
- Timestamp:
- Feb 5, 2016, 11:19:01 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26178, comment 3
initial v1 1 1 > I believe this to be another instance of the "multiple multivalued joins in the same query produces wrong results for aggregation" problem. I wish there was an easy solution for this. 2 2 3 I remember we having this issue as well in 3 of our products using Django. We solved it by using Python for loops and dicts created from values_list. Not sure if swapping filter and annotate would have helped there.3 I remember we having this issue in 3 of our products as well. We solved it by using Python for loops and dicts created from values_list. Not sure if swapping filter and annotate would have helped there. 4 4 5 5 What I can tell you and what I remember is that it's definitely not intuitive. ;-)