Django

Code

Ticket #7816 (closed: fixed)

Opened 5 months ago

Last modified 5 months ago

Deprecation warning should not mislead user

Reported by: leahculver Assigned to: nobody
Milestone: Component: Core framework
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

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

patch-7816.diff (1.7 kB) - added by leahculver on 07/18/08 13:43:59.
corrected location of SimpleUploadedFile? in deprecation warnings

Change History

07/18/08 13:43:59 changed by leahculver

  • attachment patch-7816.diff added.

corrected location of SimpleUploadedFile? in deprecation warnings

07/18/08 16:45:26 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #7816 (Deprecation warning should not mislead user)




Change Properties
Action