From 63dccf9247d19a033853c3fcae5958ef56e8cc1d Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Mon, 21 Mar 2022 13:56:26 +0100 Subject: [PATCH] api: indicate possibility of future data in statistics (#62987) --- chrono/api/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chrono/api/views.py b/chrono/api/views.py index dbdba6b8..799021c5 100644 --- a/chrono/api/views.py +++ b/chrono/api/views.py @@ -2743,6 +2743,7 @@ class StatisticsList(APIView): 'name': _('Bookings Count'), 'url': request.build_absolute_uri(reverse('api-statistics-bookings')), 'id': 'bookings_count', + 'future_data': True, 'filters': [ { 'id': 'time_interval', -- 2.30.2