#14370: Adding support for Autocomplete in contrib.admin
-------------------------------------+-------------------------------------
     Reporter:  tyrion               |                    Owner:  codingjoe
         Type:  New feature          |                   Status:  assigned
    Component:  contrib.admin        |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  autocomplete,        |             Triage Stage:  Accepted
  jquery, javascript, widgets,       |
  admin                              |
    Has patch:  1                    |      Needs documentation:  1
  Needs tests:  0                    |  Patch needs improvement:  1
Easy pickings:  0                    |                    UI/UX:  1
-------------------------------------+-------------------------------------
Changes (by codingjoe):

 * owner:  nobody => codingjoe
 * status:  new => assigned


Comment:

 James and me just discussed selectize.js vs select2.
 We agreed that selectize is promising but doesn't have all the features
 yet, to be implemented in django without much JS work.
 Select2 seems to be the better choices because it supports html data
 attributes.

 We also discussed how to support `limit_choices_to` for the AJAX result
 set. We're probably going to send the field reference to the AJAX endpoint
 to figure out the `QuerysetChoices`.

--
Ticket URL: <https://code.djangoproject.com/ticket/14370#comment:44>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.cc5550502cc99887c91a415cee703bb2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to