#866 closed defect (fixed)
[patch] django.views.static.serve opens files in text mode
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Other) | Version: | |
Severity: | trivial | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
django.views.static.serve opens files in text mode, which leads to corrupted binary files on Windows.
Attachments (1)
Change History (2)
by , 19 years ago
Attachment: | django.views.patch added |
---|
comment:1 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [1331]) Fixed #866: static.serve view no longer opens files in text mode -- thanks, Eugene