Re: ChoiceField and newforms

2007-02-28 Thread David Larlet
2007/2/28, Domenico Chierico <[EMAIL PROTECTED]>: > > HI, > > I'm new to django so excuse me if this is the wrong way to manage my > problem. > > I've found a problem into form_for_model function related to > forms.ChoiceField, that seem to be not considered, for IntegerField > and FilePathField (

ChoiceField and newforms

2007-02-28 Thread Domenico Chierico
HI, I'm new to django so excuse me if this is the wrong way to manage my problem. I've found a problem into form_for_model function related to forms.ChoiceField, that seem to be not considered, for IntegerField and FilePathField (and perhaps for others). Searching on web i've found a know