[BUG] search_mode_toggle_enabled() is not properly working when using get_search_fields() · Issue #114 · ivelum/djangoql · GitHub
More Web Proxy on the site http://driver.im/
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
DjangoQL does not work with
autocomplete_fields
when usingget_search_fields()
instead of the attributesearch_fields
.This line in admin.py should be calling the
self.get_search_fields()
instead ofself.search_fields
:djangoql/djangoql/admin.py
Line 58 in d5d66e3
The text was updated successfully, but these errors were encountered: