Get the aggregation period for the list of dates: 'year', 'month', or 'day'.
(self)
| 359 | return qs |
| 360 | |
| 361 | def get_date_list_period(self): |
| 362 | """ |
| 363 | Get the aggregation period for the list of dates: 'year', 'month', or |
| 364 | 'day'. |
| 365 | """ |
| 366 | return self.date_list_period |
| 367 | |
| 368 | def get_date_list(self, queryset, date_type=None, ordering="ASC"): |
| 369 | """ |