Changes between Initial Version and Version 1 of Ticket #33403, comment 4


Ignore:
Timestamp:
Jan 2, 2022, 2:26:05 PM (3 years ago)
Author:
karyon

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33403, comment 4

    initial v1  
    1414{{{
    1515# this alters the sum although the documentation suggests this should just work
    16 Publisher.objects.annotate(Sum("books_pages")).filter(books__in=Books.objects.all())
     16Publisher.objects.annotate(Sum("books__pages")).filter(books__in=Books.objects.all())
    1717}}}
    1818
Back to Top