Opened 17 years ago
Last modified 13 years ago
#7250 closed
Internal data shown when uploading a ImageField fails — at Initial Version
Reported by: | Marc Garcia | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | nfa nfa-someday | |
Cc: | marc.garcia@… | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | yes | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In newforms-admin, when uploading a file that isn't an image to a ImageField field, file internal data is display for "Currently". Shown data is something like {'content': , 'content-type': 'text/plain', 'filename': 'test.txt'}
Same will happen if anything else fails when uploading to a FileField or a ImageField.
Note:
See TracTickets
for help on using tickets.