#1467 closed defect (duplicate)
WSGIRequest' object has no attribute '_user_source'
Reported by: | 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
Note:
See TracTickets
for help on using tickets.
Duplicate of #1415.