Re: .95 (2933) WSGI handler does not set request.user

2006-05-17 Thread [EMAIL PROTECTED]
ok that was the problem i had 0.91 installed via setuptools and although placing a symlink inside site-packages to point to trunk/django works as expected with the command python manage.py (displays version 0.95) for the standalone script django-admin.py it still points to the old script. and i h

Re: .95 (2933) WSGI handler does not set request.user

2006-05-17 Thread Joseph Kocherhans
On 5/17/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I am trying the lastest .95 django but it fails when calling the admin > interface with the message: > > > WSGIRequest' object has no attribute 'user' > > > it has an attribute USER though > looking at the code in core/handlers/wsgi.py a

.95 (2933) WSGI handler does not set request.user

2006-05-17 Thread [EMAIL PROTECTED]
Hi, I am trying the lastest .95 django but it fails when calling the admin interface with the message: WSGIRequest' object has no attribute 'user' it has an attribute USER though looking at the code in core/handlers/wsgi.py and comparing with the .91 it looks like a bunch of code related to