Opened 17 years ago
Closed 17 years ago
#7594 closed (fixed)
fix wrong initialization of InMemoryUploadedFile
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Core (Other) | 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
Here is a simple patch that fixes the wrong argument list of InMemoryUploadedFile.__init__().
I am also wondering why the base class has keyword arguments in __init__() while the subclasses don't. Perhaps that is not intentional?
Attachments (1)
Change History (2)
by , 17 years ago
| Attachment: | file_upload_in_memory_fix.diff added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r7818