Changes between Initial Version and Version 1 of Ticket #24385


Ignore:
Timestamp:
Feb 21, 2015, 6:38:13 PM (9 years ago)
Author:
Mark
Comment:

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.61.7
  • Ticket #24385 – Description

    initial v1  
    33
    44I'm working with Django 1.6.x and I noticed something that I don't understand.
     5
     6Edit: I checked also with the last stable version, 1.7.4 downloaded right from the website, and the problem is still there.
    57
    68As 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.
Back to Top