Opened 16 years ago

Closed 13 years ago

#6405 closed New feature (duplicate)

ComboField/MultiValueField with FileField and passing initial data trough

Reported by: Øyvind Saltvik <oyvind@…> Owned by: nobody
Component: Forms Version: dev
Severity: Normal Keywords: pass initial trough newforms multivaluefield
Cc: Triage Stage: Design decision needed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Opening new ticket for this issue first mentioned in #6302

Was thinking about FileField with deletion field and that would be done easily with a MultiValueField.

But this would not be possible since FileFields need to use initial data during validation.

Attachments (2)

combofield_multivaluefield_pass_initial_trough.diff (9.2 KB ) - added by Øyvind Saltvik <oyvind@…> 16 years ago.
a new approach using isinstance and a mixin
combofield_multivaluefield_pass_initial_trough.2.diff (9.3 KB ) - added by Benjamin Wohlwend 15 years ago.
Synced patch to trunk (other patch was in the wrong direction, sorry)

Download all attachments as: .zip

Change History (6)

by Øyvind Saltvik <oyvind@…>, 16 years ago

a new approach using isinstance and a mixin

comment:1 by Jacob, 16 years ago

Triage Stage: UnreviewedDesign decision needed

by Benjamin Wohlwend, 15 years ago

Synced patch to trunk (other patch was in the wrong direction, sorry)

comment:2 by Julien Phalip, 13 years ago

Type: New feature

comment:3 by Julien Phalip, 13 years ago

Severity: Normal

comment:4 by Carl Meyer, 13 years ago

Easy pickings: unset
Resolution: duplicate
Status: newclosed
UI/UX: unset

Closing as duplicate of #14039, which has a fuller description of the problem and a more up to date patch.

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