#29138: Add ModelAdmin.autocomplete_fields support for ForeignKeys that use
to_field
-------------------------------+------------------------------------
     Reporter:  Jonathan Nye   |                    Owner:  nobody
         Type:  Bug            |                   Status:  new
    Component:  contrib.admin  |                  Version:  2.0
     Severity:  Normal         |               Resolution:
     Keywords:  autocomplete   |             Triage Stage:  Accepted
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+------------------------------------
Changes (by Tim Graham):

 * cc: Johannes Hoppe (added)
 * stage:  Unreviewed => Accepted


Comment:

 I think the correct solution is to modify `AutocompleteJsonView` to return
 the `to_field` value instead of the primary key. To prevent improper data
 leakage, `ModelAdmin.to_field_allowed()` should be called.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29138#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 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.2707bb9cb910817316447aa5e5f61094%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to