Skip to content

Instantly share code, notes, and snippets.

@danielfarrell
Created June 4, 2015 20:40
Show Gist options
  • Save danielfarrell/27b79d0ba29d8374d218 to your computer and use it in GitHub Desktop.
Save danielfarrell/27b79d0ba29d8374d218 to your computer and use it in GitHub Desktop.
timezone = forms.ChoiceField(choices=[('', 'Timezone')] + [(x, x) for x in common_timezones])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment