We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77798d8 commit ac86666Copy full SHA for ac86666
1 file changed
apps/metadata/admin.py
@@ -145,6 +145,7 @@ class SeasonAdmin(admin.ModelAdmin):
145
*translation_fields("name"),
146
"season_type",
147
"purpose",
148
+ "aliases",
149
)
150
list_filter = (
151
("country", admin.RelatedOnlyFieldListFilter),
0 commit comments