class WeekMixin [source]
A mixin that can be used to retrieve and provide parsing information for a week component of a date.
Methods and Attributes
week_format
The strftime() format to use when parsing the week. By default, this is '%U', which means the week starts on Sunday. Set it to '%W' if your week starts on Monday.
week
Optional The value for the week, as a string. By default, set to None, which means the week will be determined using other means.
get_week_format() [sourc