mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 05:07: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")
|
readonly_fields = ("preview", "creation_time", "updated_time")
|
||||||
list_display = (
|
list_display = (
|
||||||
"__str__",
|
"__str__",
|
||||||
"published",
|
|
||||||
"address",
|
"address",
|
||||||
"manufacturer",
|
"manufacturer",
|
||||||
"scale",
|
"scale",
|
||||||
"item_number",
|
"item_number",
|
||||||
"company",
|
"company",
|
||||||
"country",
|
"country",
|
||||||
|
"published",
|
||||||
)
|
)
|
||||||
list_filter = (
|
list_filter = (
|
||||||
"rolling_class__type__category",
|
"rolling_class__type__category",
|
||||||
|
Reference in New Issue
Block a user