Re: Unable to save unicode character data using Django models

2013-04-09 Thread Tom Evans
On Tue, Apr 9, 2013 at 9:54 AM, Netavid dotorg wrote: > Hi All, > > I have a Book table in MySQL db. > I configured my MySQL db and table to use utf8 character set and the > utf8_general_ci collation > I created a simple Book class and tried to save unicode data using (a)the > django shell

Unable to save unicode character data using Django models

2013-04-09 Thread Netavid dotorg
Hi All, I have a Book table in MySQL db. I configured my MySQL db and table to use utf8 character set and the utf8_general_ci collation I created a simple Book class and tried to save unicode data using (a)the django shell (b) the data entry screen created by using ModelAdmin class