SHARE
TWEET
Untitled
a guest
Oct 31st, 2012
29
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- class NumberForm(forms.ModelForm):
- def __init__(self, *args, **kwargs):
- super(NumberForm, self).__init__(*args, **kwargs)
- self.fields['rooms'].queryset = kwargs['room_queryset']
- rooms = forms.ModelChoiceField(label='Room', queryset = Room.objects.none())
- class Meta:
- model = Number
- fields = ('country','routing_rule','rooms')
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
