mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-04 01:50:39 +01:00
Compare commits
1 Commits
v0.19.8
...
3c854bda1b
| Author | SHA1 | Date | |
|---|---|---|---|
|
3c854bda1b
|
@@ -47,7 +47,7 @@ class ConsistAdmin(SortableAdminBase, admin.ModelAdmin):
|
|||||||
"creation_time",
|
"creation_time",
|
||||||
"updated_time",
|
"updated_time",
|
||||||
)
|
)
|
||||||
list_filter = ("published", "company__name", "era", "scale")
|
list_filter = ("published", "company__name", "era", "scale__scale")
|
||||||
list_display = (
|
list_display = (
|
||||||
"__str__",
|
"__str__",
|
||||||
"company__name",
|
"company__name",
|
||||||
|
|||||||
Reference in New Issue
Block a user