beatonma/django-wm

Small error in QuotableAdmin's search_fields

Closed this issue · 1 comments

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"?

Good catch - thanks once again!