Opened 11 years ago
Closed 11 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 , 11 years ago
| Type: | Uncategorized → New feature |
|---|
comment:2 by , 11 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 11 years ago
| Needs documentation: | set |
|---|
comment:4 by , 11 years ago
| Needs documentation: | unset |
|---|
comment:7 by , 11 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:8 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Please uncheck "Needs documentation" when the patch is updated per comments on the PR, thanks!