Simplify the logic about scales in the consist and remove async updates

This commit is contained in:
2025-05-02 13:39:42 +02:00
parent 7673f0514a
commit 60195bc99f
4 changed files with 28 additions and 23 deletions

View File

@@ -25,7 +25,6 @@ class ConsistItemInline(SortableInlineAdminMixin, admin.TabularInline):
class ConsistAdmin(SortableAdminBase, admin.ModelAdmin):
inlines = (ConsistItemInline,)
readonly_fields = (
"scale",
"creation_time",
"updated_time",
)