Clear cache on save if active

This commit is contained in:
2023-10-21 21:42:03 +02:00
parent c7fa54e90e
commit b23801dbf0
3 changed files with 23 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ class RollingClass(admin.ModelAdmin):
"company__name",
"type__type",
)
save_as = True
class RollingStockDocInline(admin.TabularInline):