mirror of
https://github.com/daniviga/django-ram.git
synced 2025-10-19 09:00:32 +02:00
Make Document and Image files not nullable
This commit is contained in:
@@ -98,8 +98,6 @@ class BookImage(Image):
|
||||
image = models.ImageField(
|
||||
upload_to=book_image_upload,
|
||||
storage=DeduplicatedStorage,
|
||||
null=True,
|
||||
blank=True
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user