Class MonthMixin
Mixin for views manipulating month-based data.
Declaration
class MonthMixin
source linkDocumentation
Methods
▷ def get_month(self) Return the month for which this view should display data.
▷ def get_month_format(self) Get a month format string in strptime syntax to be used to parse the month from url variables.
Subclasses