2👍
✅
Comment.objects.filter(comment__created_at__gte=the_date).annotate(Count('comment'))
Source:stackexchange.com
2👍
Comment.objects.filter(comment__created_at__gte=the_date).annotate(Count('comment'))