Skip to content

Commit

Permalink
feat(admin): add search field and list field to subscription admin
Browse files Browse the repository at this point in the history
  • Loading branch information
elisa-a-v committed Feb 19, 2025
1 parent 67d878e commit 47d3780
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bc/subscription/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class SubscriptionAdmin(admin.ModelAdmin):
ChannelInline,
]
exclude = ["channel"]
search_fields = ("cl_docket_id", "pacer_case_id")
list_filter = ("channel__group",)


admin.site.register(Subscription, SubscriptionAdmin)
Expand Down

0 comments on commit 47d3780

Please sign in to comment.