The middleware.py changes request.environ['QUERY_STRING'] from non-unicode to unicode. This makes non-ascii characters not being processed correctly by django.http.request.QueryDict.init.
Will create pull request shortly, would be glad to have it merged soon. (Messy requirements.txt-files with github-references are the worst.)
The middleware.py changes request.environ['QUERY_STRING'] from non-unicode to unicode. This makes non-ascii characters not being processed correctly by django.http.request.QueryDict.init.
Will create pull request shortly, would be glad to have it merged soon. (Messy requirements.txt-files with github-references are the worst.)