Skip to content

Commit

Permalink
Admin Panel Error in searchable fields
Browse files Browse the repository at this point in the history
  • Loading branch information
DEKHTIARJonathan committed Aug 21, 2017
1 parent aaa984e commit 4762309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedcrunch/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _is_articles_with_bad_attempts(self, obj):

_get_articles_count.short_description="Articles Count"

search_fields = ('title', 'get_domain')
search_fields = ('title', 'link')

list_filter = ('active', RSSFeedListFilter)

Expand Down

0 comments on commit 4762309

Please sign in to comment.