Skip to content

Commit

Permalink
add public_id to serach field
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-rizzo committed Dec 7, 2023
1 parent a71b022 commit cf616bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/apps/root/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class CheckoutSessionAdmin(CustomDBAdmin):
"event__title",
"name",
"email",
"public_id"
]
list_select_related = [
"event",
Expand Down

0 comments on commit cf616bb

Please sign in to comment.