Opened 18 years ago

Closed 18 years ago

#2300 closed defect (fixed)

[patch] Manipulator.prepare() not called and value not set in CheckboxSelectMultipleField.render()

Reported by: lerouxb@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: mir@… Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I understand that prepare() is new, but the code is in subversion and I figure it might as well work ;) CheckboxSelectMultipleField.render doesn't output value="on" in the actual checkbox elements.

This patch fixes it.

Attachments (1)

django_forms__init__.diff (1.1 KB ) - added by lerouxb@… 18 years ago.

Download all attachments as: .zip

Change History (4)

by lerouxb@…, 18 years ago

Attachment: django_forms__init__.diff added

comment:2 by mir@…, 18 years ago

Cc: mir@… added

comment:3 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [3850]) Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleField
form field. Converted the submitted data for the same field back into something
we can work with. Thanks, lerouxb@….

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