def get_month(self):
        """Return the month for which this view should display data."""
        month = self.month
        if month is None:
            try: