Skip to content
New issue

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

Small error in QuotableAdmin's search_fields #50

Closed
philgyford opened this issue May 22, 2023 · 1 comment · Fixed by #51
Closed

Small error in QuotableAdmin's search_fields #50

philgyford opened this issue May 22, 2023 · 1 comment · Fixed by #51

Comments

@philgyford
Copy link

I've taken to running some tests across my projects' Admin classes and came across this errors in django-wm's:

  • In QuotableAdmin it lists "hcard" in search_fields – but that's a ForeignKey and can't be searched on. Maybe it should be "hcard__name"?
@beatonma
Copy link
Owner

Good catch - thanks once again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants