Django

Code

Ticket #816 (closed: fixed)

Opened 3 years ago

Last modified 3 years ago

[Patch]FileField doesn't work in generic view

Reported by: limodou@gmail.com Assigned to: jacob
Milestone: Component: Generic views
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

create_update.py.diff (0.8 kB) - added by limodou on 11/16/05 09:04:15.
patch file
css.html (0.6 kB) - added by anonymous on 08/01/06 13:14:36.

Change History

11/16/05 09:04:15 changed by limodou

  • attachment create_update.py.diff added.

patch file

12/01/05 00:36:48 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

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

08/01/06 13:14:36 changed by anonymous

  • attachment css.html added.

Add/Change #816 ([Patch]FileField doesn't work in generic view)




Change Properties
Action