def clean_timezone(self): timezone = self.cleaned_data['timezone'] if timezone not in common_timezones: timezone = "" return timezone