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