What steps will reproduce the problem?
1. start application (pinax in this case) with python manage.py runserver ...
2. point your browser to address
What is the expected output? What do you see instead?
Expected: webpage
Instead: raw Errormessage - not handled by Django telling
TypeError: 'WSGIRequest' object is unsubscriptable
What version of the product are you using? On what operating system?
Trunk Pinax
Please provide any additional information below.
Extending middleware.py with TypeError
line 9 except (KeyError, ValueError, TypeError):
fixed the problem
rgds
g
Original issue reported on code.google.com by guenter....@wanagu.at on 3 Aug 2008 at 9:25
Original issue reported on code.google.com by
guenter....@wanagu.at
on 3 Aug 2008 at 9:25