Re: Model ChoiceField to Form ChoiceField

2007-02-05 Thread Gary Wilson
On Feb 1, 1:34 pm, "Sebastien Armand [Pink]" <[EMAIL PROTECTED]> wrote: > Hi everyone, Welcome! > I'm not used to contribute to free softwares and don't really know how to! > But I've had to change a part of Django for personnal use: I wanted a model > field like CharField(choices=...) to become

Re: Model ChoiceField to Form ChoiceField

2007-02-01 Thread Sebastien Armand [Pink]
Seems that I'll have to test better and then maybe com back!! Sorry! On 1 fév, 20:34, "Sebastien Armand [Pink]" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm not used to contribute to free softwares and don't really know how to! > But I've had to change a part of Django for personnal use:

Model ChoiceField to Form ChoiceField

2007-02-01 Thread Sebastien Armand [Pink]
Hi everyone, I'm not used to contribute to free softwares and don't really know how to! But I've had to change a part of Django for personnal use: I wanted a model field like CharField(choices=...) to become a form.ChoiceField(choices=...) when using the form_for_model() function. I changed the m