Skip to content

Commit

Permalink
chore: make Squelch Profile searchable
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Mar 28, 2022
1 parent e368738 commit 222fbf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/townsquare/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class GenericAdmin(admin.ModelAdmin):
class SquelchProfileAdmin(admin.ModelAdmin):
list_display = ['created_on', '__str__']
raw_id_fields = ['profile']
search_fields = ['profile__handle']


class SuggestedActionAdmin(admin.ModelAdmin):
Expand Down

0 comments on commit 222fbf5

Please sign in to comment.