Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#866 closed defect (fixed)

[patch] django.views.static.serve opens files in text mode

Reported by: eugene@… 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)

django.views.patch (602 bytes ) - added by eugene@… 18 years ago.

Download all attachments as: .zip

Change History (2)

by eugene@…, 18 years ago

Attachment: django.views.patch added

comment:1 by Jacob, 18 years ago

Resolution: fixed
Status: newclosed

(In [1331]) Fixed #866: static.serve view no longer opens files in text mode -- thanks, Eugene

Note: See TracTickets for help on using tickets.
Back to Top