Changes between Initial Version and Version 1 of Ticket #24385
- Timestamp:
- Feb 21, 2015, 6:38:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24385
- Property Summary Problem with aggregate(Sum()) → Sum() doesn't seem to respect .distinct() in the queryset filter before .aggregate() when filtering by m2m.
- Property Version 1.6 → 1.7
-
Ticket #24385 – Description
initial v1 3 3 4 4 I'm working with Django 1.6.x and I noticed something that I don't understand. 5 6 Edit: I checked also with the last stable version, 1.7.4 downloaded right from the website, and the problem is still there. 5 7 6 8 As you can see from the github repository, I have a Tag model and a Row model with a m2m towards Tag and a DecimalField called amount.