Django

Code

Ticket #2116 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] CheckboxSelectMultipleField is missing ul_class parameter

Reported by: Jorge Gajon <gajon@gajon.org> Assigned to: adrian
Milestone: Component: Core framework
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

The CheckboxSelectMultipleField? is missing the useful "ul_class" parameter that RadioSelectField? does have.

Without this parameter it is more difficult to style the rendered list with CSS.

Thanks!

Attachments

CheckboxSelectMultipleField_add_ul_class.patch (1.1 kB) - added by Jorge Gajon <gajon@gajon.org> on 06/07/06 20:40:08.
Adds ul_class parameter to CheckboxSelectMultipleField?

Change History

06/07/06 20:40:08 changed by Jorge Gajon <gajon@gajon.org>

  • attachment CheckboxSelectMultipleField_add_ul_class.patch added.

Adds ul_class parameter to CheckboxSelectMultipleField?

06/07/06 23:08:17 changed by adrian

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

(In [3110]) Fixed #2116 -- Added ul_class parameter to CheckboxSelectMultipleField?. Thanks, Jorge Gajon


Add/Change #2116 ([patch] CheckboxSelectMultipleField is missing ul_class parameter)




Change Properties
Action