Changes between Initial Version and Version 4 of Ticket #7250
- Timestamp:
- Jun 16, 2008, 11:00:46 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7250
- Property Keywords nfa-someday added
- Property Has patch set
- Property Needs tests set
- Property Milestone → 1.0
-
Ticket #7250 – Description
initial v4 1 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'}1 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'}}}} 2 2 3 3 Same will happen if anything else fails when uploading to a FileField or a ImageField.