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
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:
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