Re: questions about form_for_model

2007-10-12 Thread Chris Brand
msoulier wrote: > I am using Django stable (0.96). > > When I use form_for_model on a model that includes CharFields that > have choices attributes, the resulting form field is not a ChoiceField > as specified in the documentation. Is this simply a bug in 0.96? > > I think it's this one : http:

questions about form_for_model

2007-10-12 Thread msoulier
I am using Django stable (0.96). When I use form_for_model on a model that includes CharFields that have choices attributes, the resulting form field is not a ChoiceField as specified in the documentation. Is this simply a bug in 0.96? Also, if I wish to return a different field type, not based