Re: Issue in Django 1.7.1 with __unicode__ and admin site?

2014-11-12 Thread Arjan de Knegt
Thanks all, my problem solved and I gained some more knowledge on python 3 specifics. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@g

Issue in Django 1.7.1 with __unicode__ and admin site?

2014-11-11 Thread Arjan de Knegt
I am using Django 1.7.1 with python 3.4.0 for my latest project. I am working on a model called Song. In the admin site all object that I add show as "Song object" where I would expect the title of the Song. I have added __unicode__ to the model. is there something I miss or are things changed i