On 28 juil, 23:04, "arkai...@gmail.com" wrote:
> On Thu, Jul 28, 2011 at 9:58 PM, bruno desthuilliers <
>
>> the __init__ method looks like the right place to handle this. First
>> make sure you exclude the related field from the ModelForm (cf the doc
>> for ModelForms on how to do this) and add y
On Thu, Jul 28, 2011 at 9:58 PM, bruno desthuilliers <
bruno.desthuilli...@gmail.com> wrote:
> > I use a CharField and a
> > clean_test(): to convert the comma separated list of test names to a
> > list of Test objects and this works perfectly.
>
> Err... How do this work for not yet existing Test
In 28 juil, 19:00, Arkaitz Jimenez wrote:
> Hi,
>
> I created a PostForm, ModelForm for Post model that has a ManyToMany
> relationship with a model called Test, I use a CharField and a
> clean_test(): to convert the comma separated list of test names to a
> list of Test objects and this works per
3 matches
Mail list logo