jrief / django-angular

Let AngularJS play well with Django
http://django-angular.awesto.com/
MIT License
1.23k stars 293 forks source link

request.environ['QUERY_STRING'] returned in unicode, not utf-8 #213

Closed metteludwig closed 8 years ago

metteludwig commented 8 years ago

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.)

jrief commented 8 years ago

Closed via #216