Changes between Initial Version and Version 1 of Ticket #36338


Ignore:
Timestamp:
Apr 19, 2025, 5:18:49 PM (5 months ago)
Author:
Marc DEBUREAUX
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36338 – Description

    initial v1  
    1010
    1111{{{
    12 Link.objects.filter(item_id=1).values("extra__key").annotate(count=Count("id"))
     12Link.objects.all().values("extra__key", "item_id").annotate(count=Count("id"))
    1313}}}
    1414
Back to Top