Re: Django 1.5 with Python 3.2

2013-04-08 Thread L Radhakrishna Rao
elf! > > Thanks > Angus Turner > angusisf...@gmail.com > > > On Tue, Apr 9, 2013 at 1:49 AM, L Radhakrishna Rao < > satishsaga...@gmail.com> wrote: > >> Thanks Horst. >> >> Even I had referred that docs, and it stuck me. >> >> I just tried t

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

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