#1619 closed defect (worksforme)
FileField upload broken in generic views
| Reported by: | Hegemon | Owned by: | Jacob |
|---|---|---|---|
| Component: | Generic views | Version: | |
| Severity: | major | Keywords: | FileField upload generic views |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
create_update.py is missing following lines in two places after "new_data = request.POST.copy()"
opts = mod.Klass._meta
if opts.has_field_type(meta.FileField):
new_data.update(request.FILES)
Change History (5)
comment:1 by , 20 years ago
| milestone: | Version 0.92 → Version 0.91 |
|---|
comment:2 by , 20 years ago
| milestone: | Version 0.91 → Version 0.92 |
|---|
comment:4 by , 19 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Tested - This doesn't seem like an issue any more. Closing.
Note:
See TracTickets
for help on using tickets.
is this still an issue?