mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
3 lines
144 B
Python
3 lines
144 B
Python
current_report_group = status_reports.values('report_group_id').annotate(rcount=Count('report_group_id')).order_by(
|
|
"-report_group_id")[:1]
|