Skip to content

Commit

Permalink
fix: update updates auto complete
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna committed Oct 28, 2023
1 parent 44b44ce commit 8a31d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bd_api/apps/api/v1/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ class UpdateInline(admin.StackedInline):
"latest",
"frequency",
]
autocomplete_fields = [
"entity",
]


################################################################################
Expand Down

0 comments on commit 8a31d8b

Please sign in to comment.