Opened 16 years ago

Closed 16 years ago

#7816 closed (fixed)

Deprecation warning should not mislead user

Reported by: Leah Culver Owned by: nobody
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

"DeprecationWarning: Representing uploaded files as dictionaries is deprecated. Use django.core.files.SimpleUploadedFile instead."

Actually, it's django.core.files.uploadedfile.SimpleUploadedFile.

:D

Attachments (1)

patch-7816.diff (1.7 KB ) - added by Leah Culver 16 years ago.
corrected location of SimpleUploadedFile in deprecation warnings

Download all attachments as: .zip

Change History (2)

by Leah Culver, 16 years ago

Attachment: patch-7816.diff added

corrected location of SimpleUploadedFile in deprecation warnings

comment:1 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: newclosed

(In [7955]) Fixed #7816 -- Fixed error in a few DeprecationWarnings. Thanks, leahculver

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