get_day() [source]
Returns the day for which this view will display data, as a string. Tries the following sources, in order:
- The value of the
DayMixin.dayattribute. - The value of the
dayargument captured in the URL pattern. - The value of the
dayGETquery argument.
Raises a 404 if no valid day specification can be found.
Please login to continue.