Opened 17 years ago
Closed 13 years ago
#6405 closed New feature (duplicate)
ComboField/MultiValueField with FileField and passing initial data trough
Reported by: | 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)
Change History (6)
by , 17 years ago
Attachment: | combofield_multivaluefield_pass_initial_trough.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
by , 16 years ago
Attachment: | combofield_multivaluefield_pass_initial_trough.2.diff added |
---|
Synced patch to trunk (other patch was in the wrong direction, sorry)
comment:2 by , 14 years ago
Type: | → New feature |
---|
comment:3 by , 13 years ago
Severity: | → Normal |
---|
comment:4 by , 13 years ago
Easy pickings: | unset |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
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.
a new approach using isinstance and a mixin