Get a month format string in strptime syntax to be used to parse the month from url variables.
(self)
| 75 | month = None |
| 76 | |
| 77 | def get_month_format(self): |
| 78 | """ |
| 79 | Get a month format string in strptime syntax to be used to parse the |
| 80 | month from url variables. |
| 81 | """ |
| 82 | return self.month_format |
| 83 | |
| 84 | def get_month(self): |
| 85 | """Return the month for which this view should display data.""" |
no outgoing calls
no test coverage detected