Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#14749 closed (fixed)

add __enter__ and __exit__ to django.core.files.File

Reported by: Florian Apolloner Owned by: nobody
Component: File uploads/storage Version: dev
Severity: 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

The summary pretty much says it; I'll attach a patch.

Attachments (1)

enter_exit_for_file.diff (1.3 KB ) - added by Florian Apolloner 13 years ago.

Download all attachments as: .zip

Change History (3)

by Florian Apolloner, 13 years ago

Attachment: enter_exit_for_file.diff added

comment:1 by Alex Gaynor, 13 years ago

Resolution: fixed
Status: newclosed

(In [14671]) Fixed #14749 -- added support for using Django's file object as context managers. Thanks to Florian Apolloner for the patch.

comment:2 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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