Re: ellipsis is not safe, use ellipsis.__new__()

2010-03-12 Thread hejsan
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 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__(ellipsi

ellipsis is not safe, use ellipsis.__new__()

2010-03-01 Thread Scot Hacker
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 b