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 YYYY-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 at /admin/football/game/ Caught TypeError while rendering: unsupported operand type(s) for +: 'datetime.date' and 'unicode' Any ideas why? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.