Opened 17 years ago
Closed 17 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)
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