Re: Strange widget and form problem

2009-05-12 Thread Karen Tracey
On Mon, May 11, 2009 at 8:25 AM, timc3 wrote: > > I have just updated to trunk and now I get a problem... OK, after looking at this a little more closely I'm not sure your shell session is accurately re-creating whatever problem your real code is encountering. I also see an error in your form

Re: Strange widget and form problem

2009-05-11 Thread timc3
> [snip] > > "Just updated to trunk" doesn't actually tell us what level you are at.  I > know there was very recently (within the last couple of hours) a fix made > for a recent bug introduced in upload file handling.  I do not not if you > are running with that fix or not. > > So first, make sur

Re: Strange widget and form problem

2009-05-11 Thread Karen Tracey
On Mon, May 11, 2009 at 8:25 AM, timc3 wrote: > > I have just updated to trunk and now I get a problem uploading files > into a filefield so I did an interactive session in shellplus and got > the following: > [snip] "Just updated to trunk" doesn't actually tell us what level you are at. I know

Strange widget and form problem

2009-05-11 Thread timc3
I have just updated to trunk and now I get a problem uploading files into a filefield so I did an interactive session in shellplus and got the following: In [1]: from testsite.media.forms import MediaObjectForm In [2]: d = {u'path': "my test image.png"} In [3]: f = MediaObjectForm(d) In [4]: f