Skip to content

Commit

Permalink
feat: Add deleted to django admin for plugin config (#19793)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiina303 authored Jan 16, 2024
1 parent 2ec8383 commit b51d8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ class PluginConfigAdmin(admin.ModelAdmin):
list_display_links = ("id", "plugin_name")
list_filter = (
("enabled", admin.BooleanFieldListFilter),
("deleted", admin.BooleanFieldListFilter),
("updated_at", admin.DateFieldListFilter),
("plugin", admin.RelatedOnlyFieldListFilter),
)
Expand Down

0 comments on commit b51d8d0

Please sign in to comment.