Model manager queryset doubles the sum for sets of amounts
I want to return the sums of items and payments for an invoice using a model manager.
It works correctly if there is only one record in the payment and item models, if I add more I can no longer chain the results.
In the shell I tried the following