Method | get_next_week |
Get the next valid week. |
Method | get_week |
Return the week for which this view should display data. |
Method | get_week_format |
Get a week format string in strptime syntax to be used to parse the week from url variables. |
Class Variable | week |
Undocumented |
Class Variable | week_format |
Undocumented |
Method | _get_current_week |
Return the start date of the current interval. |
Method | _get_next_week |
Return the start date of the next interval. |
Method | _get_weekday |
Return the weekday for a given date. |
Method | get_previous_week |
Get the previous valid week. |
Return the start date of the next interval.
The interval is defined by start date <= item date < next start date.