Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#3262 closed enhancement (wontfix)

[patch] new widgets SelectGrouped SelectMultipleGrouped

Reported by: dummy@… Owned by: Adrian Holovaty
Component: Forms Version: dev
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

I made some new widgets which will use optgroup-Tag in select/option-HTML.

Regards,
Dirk

Attachments (2)

newforms-widgets.2.diff (2.7 KB ) - added by dummy@… 17 years ago.
update: I found an error in SelectMultipleGroupd widget
forms-tests.2.diff (4.7 KB ) - added by dummy@… 17 years ago.
update: I found an error in the test for SelectMultipleGrouped widget

Download all attachments as: .zip

Change History (4)

by dummy@…, 17 years ago

Attachment: newforms-widgets.2.diff added

update: I found an error in SelectMultipleGroupd widget

by dummy@…, 17 years ago

Attachment: forms-tests.2.diff added

update: I found an error in the test for SelectMultipleGrouped widget

comment:1 by Adrian Holovaty, 17 years ago

Resolution: wontfix
Status: newclosed

I'll make a judgment call here. I don't think usage of <optgroup> is common enough to merit a built-in Django field type. Feel free to post it on the wiki, though.

in reply to:  1 comment:2 by Dirk Datzert <dummy@…>, 17 years ago

Replying to adrian:

I'll make a judgment call here. I don't think usage of <optgroup> is common enough to merit a built-in Django field type. Feel free to post it on the wiki, though.

I put the code on my private SVN repository: http://django-userlibs.svn.sourceforge.net/viewvc/django-userlibs/trunk/libs.common/src/common/forms/

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