0001-api-indicate-possibility-of-future-data-in-statistic.patch
chrono/api/views.py | ||
---|---|---|
2743 | 2743 |
'name': _('Bookings Count'), |
2744 | 2744 |
'url': request.build_absolute_uri(reverse('api-statistics-bookings')), |
2745 | 2745 |
'id': 'bookings_count', |
2746 |
'future_data': True, |
|
2746 | 2747 |
'filters': [ |
2747 | 2748 |
{ |
2748 | 2749 |
'id': 'time_interval', |
2749 |
- |