timeseries = model.objects.all().annotate(date=TruncDate('submission_date')).values('date').annotate(
        applications=Count('date'))