#34216: django admin when field is autocomplete it overrides ModelForm filter
-------------------------------------+-------------------------------------
     Reporter:  sahaliyev            |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  contrib.admin        |                  Version:  4.1
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  autocomplete,        |             Triage Stage:
  filter                             |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 `.queryset` cannot be override for autocomplete fields as it's initialized
 for every GET request so you need to add custom logic to `get_queryset()`.
 Please use one of
 [https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
 support channels] where folks should help you implement it differently in
 your code.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34216#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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018528d98333-e529bfdf-0575-4b30-b709-e34d28a0c12e-000000%40eu-central-1.amazonses.com.

Reply via email to