mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
2 lines
139 B
Python
2 lines
139 B
Python
current_report_group = status_reports.values('report_group_id').annotate(rcount=Count('report_group_id')).order_by("-report_group_id")[:1]
|