#19487: WSGI environ contains unicode strings
---------------------------------+--------------------------------------
     Reporter:  aaugustin        |                    Owner:  nobody
         Type:  Bug              |                   Status:  new
    Component:  Python 2         |                  Version:  master
     Severity:  Release blocker  |               Resolution:
     Keywords:                   |             Triage Stage:  Unreviewed
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+--------------------------------------

Comment (by claudep):

 Aymeric, you know my opinion on using `settings.DEFAULT_CHARSET` to decode
 URLs. This will work for the majority of people which do not touch this
 setting. But for those who customized it, Django will still encode the
 URL's in UTF-8, so the decoding will probably fail.
 `settings.DEFAULT_CHARSET` is really about response encoding, not much
 else (see #4380).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19487#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to