Created
June 4, 2015 20:40
-
-
Save danielfarrell/27b79d0ba29d8374d218 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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