Skip to content

Commit ac86666

Browse files
committed
Add aliases to SeasonAdmin.search_fields - see HEA-196
1 parent 77798d8 commit ac86666

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/metadata/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ class SeasonAdmin(admin.ModelAdmin):
145145
*translation_fields("name"),
146146
"season_type",
147147
"purpose",
148+
"aliases",
148149
)
149150
list_filter = (
150151
("country", admin.RelatedOnlyFieldListFilter),

0 commit comments

Comments
 (0)