Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1467 closed defect (duplicate)

WSGIRequest' object has no attribute '_user_source'

Reported by: julian@… Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: critical Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

A simple application that requires user login fails with SVN revision 2488. With revision from 20060227 works fine.

The error message:

AttributeError at /
'WSGIRequest' object has no attribute '_user_source'
Request Method: 	GET
Request URL: 	http://127.0.0.1:8000/
Exception Type: 	AttributeError
Exception Value: 	'WSGIRequest' object has no attribute '_user_source'
Exception Location: 	/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django/core/handlers/wsgi.py in _get_user, line 123

Change History (2)

comment:1 by Esaj, 18 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #1415.

comment:2 by Adrian Holovaty, 18 years ago

milestone: Version 0.91

Milestone Version 0.91 deleted

Note: See TracTickets for help on using tickets.
Back to Top