Opened 20 years ago
Closed 20 years ago
#816 closed defect (fixed)
[Patch]FileField doesn't work in generic view
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Generic views | Version: | dev |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I found that FileField field in generic view doesn't work as I summit the form, I always get an error message said that "* This field is required.". I think it may be a bug, because the code is different with admin code. So I create a patch to solved this problem.
Attachments (2)
Change History (3)
by , 20 years ago
| Attachment: | create_update.py.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
by , 19 years ago
Note:
See TracTickets
for help on using tickets.
patch file