Skip to content

Commit

Permalink
fix: update updates auto complete (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsna authored Oct 28, 2023
1 parent 44b44ce commit fcb4177
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 fcb4177

Please sign in to comment.