Re: Weird error when doing loaddata

2008-11-22 Thread Russell Keith-Magee
On Sun, Nov 23, 2008 at 10:07 AM, Erik Allik <[EMAIL PROTECTED]> wrote: > > Thanks, your suggestion to very carefully check the fixture path led > me to realizing the problem. I wanted to load the service.json file > located in the working directory but loaddata was actually using the > one in the

Re: Weird error when doing loaddata

2008-11-22 Thread Erik Allik
Thanks, your suggestion to very carefully check the fixture path led me to realizing the problem. I wanted to load the service.json file located in the working directory but loaddata was actually using the one in the fixtures subdirectory which was completely outdated. Nevertheless, I think Djang

Re: Weird error when doing loaddata

2008-11-22 Thread Russell Keith-Magee
On Sun, Nov 23, 2008 at 8:09 AM, Erik Allik <[EMAIL PROTECTED]> wrote: > > I'm doing django-admin.py loaddata with a JSON file containing just > [], i.e. an empty fixture, to rule out any possibility of invalid data > being in the fixture, but still getting the following traceback: > > http://dpas

Weird error when doing loaddata

2008-11-22 Thread Erik Allik
I'm doing django-admin.py loaddata with a JSON file containing just [], i.e. an empty fixture, to rule out any possibility of invalid data being in the fixture, but still getting the following traceback: http://dpaste.com/92961/ The DB schema is in sync with the model definitions. The applicatio