Opened 18 years ago

Closed 18 years ago

#816 closed defect (fixed)

[Patch]FileField doesn't work in generic view

Reported by: limodou@… 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)

create_update.py.diff (862 bytes ) - added by limodou 18 years ago.
patch file
css.html (624 bytes ) - added by anonymous 18 years ago.

Download all attachments as: .zip

Change History (3)

by limodou, 18 years ago

Attachment: create_update.py.diff added

patch file

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1519]) Fixed #816 -- FileFields now work in the create_update generic view. Thanks, limodou

by anonymous, 18 years ago

Attachment: css.html added
Note: See TracTickets for help on using tickets.
Back to Top