We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DjangoQL does not work with autocomplete_fields when using get_search_fields() instead of the attribute search_fields.
autocomplete_fields
get_search_fields()
search_fields
This line in admin.py should be calling the self.get_search_fields() instead of self.search_fields:
self.get_search_fields()
self.search_fields
djangoql/djangoql/admin.py
Line 58 in d5d66e3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: