Opened 17 years ago
Closed 17 years ago
#7816 closed (fixed)
Deprecation warning should not mislead user
Description ¶
"DeprecationWarning: Representing uploaded files as dictionaries is deprecated. Use django.core.files.SimpleUploadedFile instead."
Actually, it's django.core.files.uploadedfile.SimpleUploadedFile.
:D
Change History (2)
by , 17 years ago
Attachment: | patch-7816.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
corrected location of SimpleUploadedFile in deprecation warnings