Make Document and Image files not nullable

This commit is contained in:
2023-11-04 23:54:56 +01:00
parent 830da80302
commit 4a12201d22
7 changed files with 74 additions and 8 deletions

View File

@@ -153,8 +153,6 @@ class RollingStockImage(Image):
image = models.ImageField(
upload_to=rolling_stock_image_upload,
storage=DeduplicatedStorage,
null=True,
blank=True,
)