Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#7883 closed (fixed)

Misleading deprecation warning

Reported by: Sean Legassick 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

I think the second "Representing uploaded files as dictionaries is deprecated." warning in django/db/models/base.py (line 497) should read "Representing uploaded files as strings is deprecated."

Change History (3)

comment:1 by Adrian Holovaty, 16 years ago

Resolution: fixed
Status: newclosed

Looks like this is already fixed in trunk: I see two separate error messages, correctly referencing dictionaries and strings.

It's a fast-moving world out there, seanl -- "svn up" your code and try again. :)

comment:2 by Malcolm Tredinnick, 16 years ago

Yes, I borrowed Guido's time machine and fixed that last Saturday. :-)

comment:3 by Sean Legassick, 16 years ago

Oops - I'm working from the gis branch and forgot to check whether it was fixed in trunk. My bad, apologies for the noise.

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