I've been tracking trunk on 1.2 and recently started getting this error when get_profile() is invoked:
TypeError at /item/9/ object.__new__(ellipsis) is not safe, use ellipsis.__new__() Request Method: GET Request URL: http://127.0.0.1:8000/item/9/ Django Version: 1.2 beta 1 SVN-12642 .... File "/Users/shacker/Sites/virtualenvs/domain.org/project/app/ views.py" in item_view 268. mylist = get_object_or_404(List,profile=request.user.get_profile()) Commenting out the get_profile() call makes the problem go away. It was working fine in previous builds. Anyone else seeing this? Should I file a ticket or is this a red herring (maybe I have another problem I'm not seeing somewhere)? Thanks, Scot -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

