Re: fixtures and dates

2010-09-25 Thread CrabbyPete
Thanks Shawn. I looked back in my model and found I left off something in my unicode. On Sep 24, 1:44 pm, Shawn Milochik wrote: > We need more information. Preferably the full traceback. > > In short, something is trying to add a date object to a unicode text > object. Possibly the date as a da

Re: fixtures and dates

2010-09-24 Thread Shawn Milochik
We need more information. Preferably the full traceback. In short, something is trying to add a date object to a unicode text object. Possibly the date as a date object and the time as a unicode string. How did you convert the original data to JSON? -- You received this message because you are s

fixtures and dates

2010-09-24 Thread CrabbyPete
I have a spreadsheet of football games that I wanted to get into an sqlite3 database. I converted it to json, but when i loaded it I was required to put the date in -MM-DD format. So I changed it. The problem is now when I run the admin and look at the game I get this error TemplateSyntaxError