class DayMixin:
Known subclasses: django.views.generic.dates.BaseDateDetailView
, django.views.generic.dates.BaseDayArchiveView
Method | get_day |
Return the day for which this view should display data. |
Method | get_day_format |
Get a day format string in strptime syntax to be used to parse the day from url variables. |
Method | get_next_day |
Get the next valid day. |
Method | get_previous_day |
Get the previous valid day. |
Class Variable | day |
Undocumented |
Class Variable | day_format |
Undocumented |
Method | _get_current_day |
Return the start date of the current interval. |
Method | _get_next_day |
Return the start date of the next interval. |