Re: Unable to storing unicode data using django

2013-04-13 Thread mln sastry
table in mysql and also that of the individual > columns. You can share the output of show create table from mysql. > > Regards, > Anshum > > > Sent from my Windows Phone > -- > From: mln sastry > Sent: ‎13-‎04-‎2013 11:07 > To: An

Re: Unable to storing unicode data using django

2013-04-12 Thread mln sastry
Hi Anshum, Thank you for responding. I defined a Book model as shown below and tried to save it from the admin shell. I am using python2.7.3 , django1.5, and python mysql driver 1.2.3. I am not sure if my model data type is wrong or if any qualifier is missing. Please help. I got this er