mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-03 20:57:50 +02:00
Minor change to roster admin
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user