Re: Django 1.5 with Python 3.2

2013-04-08 Thread L Radhakrishna Rao
Hi Angus, Thanks for updating me on this. Regards Radhakrishna On Tue, Apr 9, 2013 at 1:33 AM, Angus Turner wrote: > Hi, > next time you're better off asking the question in django-users, as this > mailing list is for the development of Django itself! > > Thanks >

Re: Django 1.5 with Python 3.2

2013-04-08 Thread Angus Turner
Hi, next time you're better off asking the question in django-users, as this mailing list is for the development of Django itself! Thanks Angus Turner angusisf...@gmail.com On Tue, Apr 9, 2013 at 1:49 AM, L Radhakrishna Rao wrote: > Thanks Horst. > > Even I had

Re: Django 1.5 with Python 3.2

2013-04-08 Thread L Radhakrishna Rao
Thanks Horst. Even I had referred that docs, and it stuck me. I just tried to simplify it. Regards -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Django 1.5 with Python 3.2

2013-04-08 Thread Horst Gutmann
> > I am using python 3.2 version and django 1.5. > > The django book chapter 5 'Adding Model String Represenations' needs to be > changed while publishing book for python 3.x version. > > The 'def__unicode__(self)' does not work if Python3.x version is used. > > When I

Django 1.5 with Python 3.2

2013-04-08 Thread L Radhakrishna Rao
I was following tutorials of django book, where python 2.7 version is used. I am using python 3.2 version and django 1.5. The django book chapter 5 'Adding Model String Represenations' needs to be changed while publishing book for python 3.x version. The 'def__unicode__(self)' does not work