Opened 17 years ago
Closed 17 years ago
#10297 closed (duplicate)
Error - Editing post, which consist a uload image from imagefield
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | dev |
| Severity: | Keywords: | upload image | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On admin panel (Django 1.1 pre-alpha). First image upload is succesfull (image patch in database is ok), but when I want reedit record in other place, for example I want change only a title and save it (not edit ImageField) - image patch in database is empty (file exist but field in record is empty).
Note:
See TracTickets
for help on using tickets.
This sounds like #10121, which was fixed a couple of days ago. If you are running r9840 or higher please reopen with details of the model where you are seeing this problem.