class YearMixin:
Known subclasses: django.views.generic.dates.BaseDateDetailView
, django.views.generic.dates.BaseDayArchiveView
, django.views.generic.dates.BaseMonthArchiveView
, django.views.generic.dates.BaseWeekArchiveView
, django.views.generic.dates.BaseYearArchiveView
Method | get_next_year |
Get the next valid year. |
Method | get_previous_year |
Get the previous valid year. |
Method | get_year |
Return the year for which this view should display data. |
Method | get_year_format |
Get a year format string in strptime syntax to be used to parse the year from url variables. |
Class Variable | year |
Undocumented |
Class Variable | year_format |
Undocumented |
Method | _get_current_year |
Return the start date of the current interval. |
Method | _get_next_year |
Return the start date of the next interval. |