Minor change to roster admin

This commit is contained in:
2024-12-29 22:06:25 +01:00
parent 0ea9978ffb
commit 159bc66b59

View File

@@ -118,13 +118,13 @@ class RollingStockAdmin(SortableAdminBase, admin.ModelAdmin):
readonly_fields = ("preview", "creation_time", "updated_time")
list_display = (
"__str__",
"published",
"address",
"manufacturer",
"scale",
"item_number",
"company",
"country",
"published",
)
list_filter = (
"rolling_class__type__category",