Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2147 closed defect (fixed)

[patch] Fixes FileField/UploadField in update_object

Reported by: anonymous Owned by: Jacob
Component: Generic views Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As it stands, file uploads don't work if you use the update_object generic view. This patch corrects that.

Attachments (1)

upload.diff (539 bytes ) - added by parlar@… 18 years ago.
Fix to create_update.py

Download all attachments as: .zip

Change History (2)

by parlar@…, 18 years ago

Attachment: upload.diff added

Fix to create_update.py

comment:1 by Jacob, 18 years ago

Resolution: fixed
Status: newclosed

(In [3123]) Fixed #2147: file uploads within the update_object generic view now works. Thanks, parlar.

Note: See TracTickets for help on using tickets.
Back to Top