#72: Django should add charset info to output HTTP headers
------------------------------+------------------------------------
     Reporter:  anonymous     |                    Owner:  adrian
         Type:  defect        |                   Status:  closed
    Component:  Core (Other)  |                  Version:
     Severity:  normal        |               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 anonymous):

 * ui_ux:   => 0
 * easy:   => 0


Comment:

 {{{
 response['Content-Disposition'] = 'attachment; filename=%s'%
 file_name.encode('utf-8')
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/72#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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to