You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django has supported autocomplete-fields since Django 2.0 but only for change forms, not for list filters.
Refactor this filter to reuse the same endpoint (clean up and reduce complexity)
There seems to be many existing projects like django-admin-autocomplete-filter. Maybe re-use the code or just include the package.
It would also be nice to include to include an Ajax version for SimpleListFilter so it can be used on any custom filters (instead of only related fields).
The text was updated successfully, but these errors were encountered:
RelatedFieldAjaxListFilter came from django-jet.
Django has supported
autocomplete-fields
since Django 2.0 but only for change forms, not for list filters.Refactor this filter to reuse the same endpoint (clean up and reduce complexity)
There seems to be many existing projects like django-admin-autocomplete-filter. Maybe re-use the code or just include the package.
It would also be nice to include to include an Ajax version for
SimpleListFilter
so it can be used on any custom filters (instead of only related fields).The text was updated successfully, but these errors were encountered: