Re: Question on django.test.client.Client

2007-03-22 Thread Russell Keith-Magee
On 3/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I'll see what I can do. > > On Mar 20, 9:42 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> > wrote: > > On 3/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > However, if I want more than one selected boxes, using a list doesn

Re: Question on django.test.client.Client

2007-03-20 Thread [EMAIL PROTECTED]
I'll see what I can do. On Mar 20, 9:42 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 3/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > However, if I want more than one selected boxes, using a list doesn't > > work, it simply returns an empty list. Is it possible to do

Re: Question on django.test.client.Client

2007-03-20 Thread Russell Keith-Magee
On 3/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > However, if I want more than one selected boxes, using a list doesn't > work, it simply returns an empty list. Is it possible to do with > Client or should I open a ticket and start working on a patch? This problem is already reported

Question on django.test.client.Client

2007-03-20 Thread [EMAIL PROTECTED]
Hello everyone, I have a page with a bunch of select boxes with the same name ("selected") and different values so that they are sent as a list to the view. I can't figure how to test multiple selections with django.test.client.Client however. This works for a single value: self.client.post('/