#28993: make many to many picker widget available to user forms
-------------------------------------+-------------------------------------
     Reporter:  Rick Graves          |                    Owner:  nobody
         Type:  New feature          |                   Status:  new
    Component:  Utilities            |                  Version:  1.11
     Severity:  Normal               |               Resolution:
     Keywords:  widget many to many  |             Triage Stage:
  picker                             |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Dev Aggarwal):

 you can use the widget from
 {{{
 from django.forms.widgets import SelectMultiple
 }}}

 The filter_horizontal / filter_vertical widget is accessible from
 {{{
 from django.contrib.admin.widgets import FilteredSelectMultiple
 }}}

 Fun Fact- I found this out using pycharm. Tracked the widgets of the
 ModelForm using it's Go To Declaration Feature

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28993#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.fe4aa5142d2e4c0de86e3ab1610c1f1d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to