class MonthMixin:
Known subclasses: django.views.generic.dates.BaseDateDetailView
, django.views.generic.dates.BaseDayArchiveView
, django.views.generic.dates.BaseMonthArchiveView
Method | get_month |
Return the month for which this view should display data. |
Method | get_month_format |
Get a month format string in strptime syntax to be used to parse the month from url variables. |
Method | get_next_month |
Get the next valid month. |
Method | get_previous_month |
Get the previous valid month. |
Class Variable | month |
Undocumented |
Class Variable | month_format |
Undocumented |
Method | _get_current_month |
Return the start date of the previous interval. |
Method | _get_next_month |
Return the start date of the next interval. |