Skip to content

Instantly share code, notes, and snippets.

@mtomwing
Created February 11, 2014 20:28
Show Gist options
  • Save mtomwing/8943414 to your computer and use it in GitHub Desktop.
Save mtomwing/8943414 to your computer and use it in GitHub Desktop.
class MyForm(forms.Form):
name = forms.CharField(max_length=255)
rank = forms.ChoiceField(queryset=Rank.objects.all())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment