Skip to content

Commit

Permalink
fix(admin): Don't load bogus events field in team admin (#21785)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes authored Apr 24, 2024
1 parent 39be183 commit c7ff7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/admin/inlines/action_inline.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ class ActionInline(admin.TabularInline):
model = Action
classes = ("collapse",)
autocomplete_fields = ("created_by",)
exclude = ("events",)

0 comments on commit c7ff7ab

Please sign in to comment.