Class BaseDateListView
 Abstract base class for date-based views displaying a list of objects. 
Declaration
source linkDocumentation
Methods
- ▷ def get(self, request, *args, **kwargs)  
- ▷ def get_date_list(self, queryset, date_type=None, ordering='ASC') -  Get a date list by calling `queryset.dates/datetimes()`, checking along the way for empty lists that aren't allowed.  
 
- ▷ def get_date_list_period(self) -  Get the aggregation period for the list of dates: 'year', 'month', or 'day'.  
 
- Overrides- This method is overriden in: 
- ▷ def get_dated_queryset(self, **lookup) -  Get a queryset properly filtered according to `allow_future` and any extra lookup kwargs.  
 
- ▶ def get_ordering(self) override-  Return the field or fields to use for ordering the queryset; use the date field by default.