Opened 10 years ago

Closed 10 years ago

#23911 closed New feature (fixed)

support buffers as file-upload in the test client

Reported by: tanner Owned by: nobody
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This patch renders the use of NamedTemporaryFile for file upload testing unnecessary
https://github.com/django/django/pull/3617

Change History (8)

comment:1 by tanner, 10 years ago

Type: UncategorizedNew feature

comment:2 by Tim Graham, 10 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Tim Graham, 10 years ago

Needs documentation: set

Please uncheck "Needs documentation" when the patch is updated per comments on the PR, thanks!

comment:4 by tanner, 10 years ago

Needs documentation: unset

comment:5 by Tim Graham, 10 years ago

Patch needs improvement: set

Comments for improvement left on the PR.

comment:6 by tanner, 10 years ago

Patch needs improvement: unset

ready for checkin

comment:7 by Tim Graham, 10 years ago

Triage Stage: AcceptedReady for checkin

comment:8 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 018d110ef547acb71b0526d0ff934e1e476244e4:

Fixed #23911 -- Added support for buffer file uploads in the test client

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