#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 , 17 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
comment:3 by , 17 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.
    
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. :)