get_month() [source]
Returns the month for which this view will display data, as a string. Tries the following sources, in order:
- The value of the
MonthMixin.monthattribute. - The value of the
monthargument captured in the URL pattern. - The value of the
monthGETquery argument.
Raises a 404 if no valid month specification can be found.
Please login to continue.