Re: Django throws an exception when I add data from admin interface

2013-07-29 Thread Yu Yang
Thanks for your reply, you are right. On Saturday, July 27, 2013 12:21:07 AM UTC+8, Tom Evans wrote: > > On Fri, Jul 26, 2013 at 4:22 PM, Yu Yang > > wrote: > > It is a blog app, I have created a Article model and Tag model. when I > add > > data to Article tabl

Django throws an exception when I add data from admin interface

2013-07-26 Thread Yu Yang
It is a blog app, I have created a Article model and Tag model. when I add data to Article table from Admin interface, the data is stored to database, but if I click the link to change the entry, it throws an exception "string indices must be integers, not str", the traceback is as follows: Envi