Re: Problem when creating a form for adding users to groups

2013-06-19 Thread Derek
I think the problem is that you are using queries which are in the form: (id = some_list_of_items) and you cannot do that. Have a look at the "_in" syntax: https://docs.djangoproject.com/en/dev/ref/models/querysets/#in (That whole document is very useful one to read and understand; as making que

Re: Problem when creating a form for adding users to groups

2013-06-18 Thread Sergiy Khohlov
Which one error ? Many thanks, Serge +380 636150445 skype: skhohlov On Tue, Jun 18, 2013 at 1:56 PM, Lucas Lins wrote: > Hi. > I ran into a problem and have searched the group, in the official django > and the internet and could not solve the problem. > I created a form that lists all the

Problem when creating a form for adding users to groups

2013-06-18 Thread Lucas Lins
Hi. I ran into a problem and have searched the group, in the official django and the internet and could not solve the problem. I created a form that lists all the groups created and all user created and this adds form users within groups. Already tried two ways and both give error form.py cla