Opened 16 years ago

Closed 16 years ago

#7594 closed (fixed)

fix wrong initialization of InMemoryUploadedFile

Reported by: Bastian Kleineidam <calvin@…> 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)

file_upload_in_memory_fix.diff (695 bytes ) - added by Bastian Kleineidam <calvin@…> 16 years ago.

Download all attachments as: .zip

Change History (2)

by Bastian Kleineidam <calvin@…>, 16 years ago

comment:1 by Alex Gaynor, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in r7818

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