Skip to content

Instantly share code, notes, and snippets.

@kriwil
Created September 3, 2014 05:50
Show Gist options
  • Save kriwil/12d2302f17fe13ba05bf to your computer and use it in GitHub Desktop.
Save kriwil/12d2302f17fe13ba05bf to your computer and use it in GitHub Desktop.
...
super(PaymentForm, self).__init__(*args, **kwargs)
lab_choice = Lab.objects.all().values_list('pk', 'name')
self.fields['lab'].choices = lab_choice
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment