I have been getting this to, I'm running 1.2 beta

Are you by any chance using the ldap backend?



On Mar 1, 10:53 pm, Scot Hacker <shac...@berkeley.edu> wrote:
> 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) isnotsafe,useellipsis.__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'mnotseeing 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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to