Skip to content

Commit

Permalink
Remove exclusion of ContentProvider's notes in ProviderAdmin (#3565)
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal authored Dec 21, 2023
1 parent 7adc0c8 commit 5e5a2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api/admin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ def has_add_permission(self, *args, **kwargs):
class ProviderAdmin(admin.ModelAdmin):
list_display = ("provider_name", "provider_identifier", "media_type")
search_fields = ("provider_name", "provider_identifier")
exclude = ("notes",)
ordering = ("media_type", "provider_name")

0 comments on commit 5e5a2aa

Please sign in to comment.