Exemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     super(ClusterForm, self).__init__(*args, **kwargs)
     self.fields['category'].widget.choices = categories()
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     super(ClusterForm, self).__init__(*args, **kwargs)
     self.fields['category'].widget.choices = categories()
Exemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     super(ProductForm, self).__init__(*args, **kwargs)
     self.fields['year'].widget.attrs = {'size': 10}
     self.fields['category'].widget.choices = categories()