Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Apr 5, 2022
2 parents fb46ba6 + 0933bdb commit d40e9d4
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 d40e9d4

Please sign in to comment.