Skip to content

Commit

Permalink
feat(admin): add appeal_from to autocomplete fields in DocketAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
elisa-a-v committed Dec 23, 2024
1 parent e779c3c commit 13832c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cl/search/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,10 @@ class DocketAdmin(CursorPaginatorAdmin):
"date_modified",
"view_count",
)
autocomplete_fields = ("court",)
autocomplete_fields = (
"court",
"appeal_from",
)
raw_id_fields = (
"panel",
"tags",
Expand Down

0 comments on commit 13832c0

Please sign in to comment.