Opened 16 years ago

Last modified 13 years ago

#7250 closed

Internal data shown when uploading a ImageField fails — at Version 4

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 (last modified by Ramiro Morales)

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.

Change History (5)

comment:1 by Karen Tracey <kmtracey@…>, 16 years ago

Keywords: nfa-someday added

Not pretty but not a deal-breaker for merge to trunk.

by Marc Garcia, 16 years ago

Attachment: 7250.diff added

Patch that correct the issue

comment:2 by Marc Garcia, 16 years ago

Has patch: set
Needs tests: set

Cannot add tests with the patch because the difficulty in testing with files on the python shell.

I've tested the patch in the admin, but testing on forms and with ModelForm is still required.

This patch isn't supposed to modify the behavior of file deletion, but it would be recommended to check it.

comment:3 by Marc Garcia, 16 years ago

milestone: 1.0

comment:4 by Ramiro Morales, 16 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top