#3262 closed enhancement (wontfix)
[patch] new widgets SelectGrouped SelectMultipleGrouped
Reported by: | 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)
Change History (4)
by , 18 years ago
Attachment: | newforms-widgets.2.diff added |
---|
by , 18 years ago
Attachment: | forms-tests.2.diff added |
---|
update: I found an error in the test for SelectMultipleGrouped widget
follow-up: 2 comment:1 by , 18 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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.
comment:2 by , 18 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/
update: I found an error in SelectMultipleGroupd widget