#15588 closed Bug (fixed)
"FileField no longer deletes files" unclear
Reported by: | philipn | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.3-beta |
Severity: | Normal | Keywords: | |
Cc: | dmclain | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The new model <-> FileField behavior documentation is unclear. The way it's currently written leads one to believe that FileFields' delete
method doesn't do anything on the disk. But if you call m.file.delete()
the file is deleted from disk.
Attached a patch with some suggested wording.
Attachments (1)
Change History (8)
by , 14 years ago
Attachment: | filefield_doc.diff added |
---|
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Type: | → Bug |
---|
comment:3 by , 14 years ago
Severity: | → Normal |
---|
comment:4 by , 14 years ago
Easy pickings: | unset |
---|---|
Triage Stage: | Accepted → Ready for checkin |
comment:5 by , 14 years ago
Cc: | added |
---|
Note:
See TracTickets
for help on using tickets.
The release notes are already out, as is 1.3, but this language does seem better and it applies cleanly. If updating the release notes is allowed, this patch is worth applying.