nuarhu
Results
1
issues of
nuarhu
With Python 3.4, the Content-Disposition created by: ``` sendfile(request, path, attachment=True, attachment_filename='export.zip') ``` django-sendfile 0.3.10 is: ``` attachment; filename="b'export.zip'"; filename*=UTF-8''export.zip ``` (The call to `str.encode()` now returns a byte object:...