#19487: WSGI environ contains unicode strings
---------------------------------+------------------------------------
     Reporter:  aaugustin        |                    Owner:  nobody
         Type:  Bug              |                   Status:  closed
    Component:  Python 2         |                  Version:  master
     Severity:  Release blocker  |               Resolution:  fixed
     Keywords:                   |             Triage Stage:  Accepted
    Has patch:  0                |      Needs documentation:  0
  Needs tests:  0                |  Patch needs improvement:  0
Easy pickings:  0                |                    UI/UX:  0
---------------------------------+------------------------------------
Changes (by Aymeric Augustin <aymeric.augustin@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"db22145afb9623fdcaa4269b5eefa045320e028e"]:
 {{{
 #!CommitTicketReference repository=""
 revision="db22145afb9623fdcaa4269b5eefa045320e028e"
 [1.5.x] Fixed #19487 -- Used str in the test client's WSGI environ.

 This regression was introduced by the unicode_literals patch. The WSGI
 spec mandates that environ contains native strings.

 Backport of d9a0b6a.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19487#comment:5>
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