Django

Code

Ticket #2300 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: lerouxb@gmail.com Assigned to: adrian
Milestone: Component: Core framework
Version: Keywords:
Cc: mir@noris.de Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

django_forms__init__.diff (1.1 kB) - added by lerouxb@gmail.com on 07/06/06 05:55:33.

Change History

07/06/06 05:55:33 changed by lerouxb@gmail.com

  • attachment django_forms__init__.diff added.

07/10/06 06:11:54 changed by mir@noris.de

  • cc set to mir@noris.de.

09/25/06 23:37:10 changed by mtredinnick

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

(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@gmail.com.


Add/Change #2300 ([patch] Manipulator.prepare() not called and value not set in CheckboxSelectMultipleField.render())




Change Properties
Action