On Sunday 11 March 2007 10:19, Laurie wrote: > > > When I go to the admin page that lists all Test objects, Django hangs. > > > If I remove 'owner', from the list_display tuple, it works as > > > expected. > > > > > > Is this something that's not supported, or am I doing something > > > silly? :-)
I got some strange error, but I do not remebmber where and from what. But this looks like it could be the same problem (or not). The solution was to add to the related object (User) the method def __str__(self): so the problem disapeared ... maybe you can just try it ... -- Zdravi Gilhad [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---