Re: Testing Framework and Fixtures

2007-04-11 Thread Russell Keith-Magee
On 4/12/07, Brian Luft <[EMAIL PROTECTED]> wrote: > > If I remember correctly, my problem was that the JSON serializer was > bombing out when encountering float fields. I didn't report it > directly because I thought I had remembered seeing others report > similar problems. It was probably a lat

Re: Testing Framework and Fixtures

2007-04-11 Thread Brian Luft
If I remember correctly, my problem was that the JSON serializer was bombing out when encountering float fields. I didn't report it directly because I thought I had remembered seeing others report similar problems. It was probably a late night and I got around it by opting for XML formatting. T

Re: Testing Framework and Fixtures

2007-04-11 Thread Russell Keith-Magee
On 4/12/07, Merric Mercer <[EMAIL PROTECTED]> wrote: > > I tried to run the dumpdata command because I'd read that this did much > of the work for me but I received the following error message > > >>C:\>manage.py dumpdata promotions > Unable to serialize database: Table_Code matching query does n

Re: Testing Framework and Fixtures

2007-04-11 Thread Russell Keith-Magee
On 4/12/07, Brian Luft <[EMAIL PROTECTED]> wrote: > > I've run into problems as well with the fixture functionality. The > short of it is that this is a new feature to the framework and likely > the kinks will be worked out in the coming weeks. Have you reported these problems? I am aware of one

Re: Testing Framework and Fixtures

2007-04-11 Thread Brian Luft
I've run into problems as well with the fixture functionality. The short of it is that this is a new feature to the framework and likely the kinks will be worked out in the coming weeks. In the meantime you might check out one of these as a workable temporary solution: http://www.djangosnippets.