#13809: FileField open method is only accepting 'rb' modes
--------------------------------------+------------------------------------
     Reporter:  canassa               |                    Owner:
         Type:  Bug                   |                   Status:  new
    Component:  File uploads/storage  |                  Version:  master
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  1                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------
Changes (by claudep):

 * owner:  nobody =>
 * status:  reopened => new
 * has_patch:  0 => 1
 * needs_tests:  1 => 0


Comment:

 The patch is still not optimal, because the file is opened in 'rb' mode
 upon access, then closed and reopened in the specified mode. Seems to
 work, though.

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