Re: SelectMultipleField without multiple fields in POST

2006-10-31 Thread [EMAIL PROTECTED]
wow thanks...that's it! Thanks for your answer and the link to the doc. I totally surveyed this part of the documentation. (sorry) In the moment i am in the university. I will try your trick immediately i arrived my job. cu Rafael --~--~-~--~~~---~--~~ You rece

Re: SelectMultipleField without multiple fields in POST

2006-10-31 Thread Frankie Robertson
On 31/10/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hello, > > in the last time i use django to create a gui for the internet. and it > works fine. > I have a lot of m2m relations. and they really work great. > But there are one problem: > > In a custom manipulator: > > class AddRelation

SelectMultipleField without multiple fields in POST

2006-10-31 Thread [EMAIL PROTECTED]
Hello, in the last time i use django to create a gui for the internet. and it works fine. I have a lot of m2m relations. and they really work great. But there are one problem: In a custom manipulator: class AddRelationManipulator(forms.Manipulator): def __init__(self): self.fields =