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
Getting the following error in the admin pages for both store locations and location types:
'ModelAdmin' object has no attribute 'search_fields'
With a Python 2.7.4 environment containing:
Possibly just adding:
search_fields = ['name',]
to the LocationAdmin admin will resolve this and maybe add some useful functionality?
The text was updated successfully, but these errors were encountered:
It looks weird, because AFAIK search_fields are avaliable but not mandatory in django 1.4
I will take look as soon as I can.
Thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
Getting the following error in the admin pages for both store locations and location types:
With a Python 2.7.4 environment containing:
Possibly just adding:
to the LocationAdmin admin will resolve this and maybe add some useful functionality?
The text was updated successfully, but these errors were encountered: