diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index e0b22a4f0..f483020e0 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -446,6 +446,7 @@ class ImageModel(models.Model, ImageContainerModel): max_length=255, help_text=max_size_help(), ) + DUPLICATE_EXCLUDE = ["image", "thumbnail"] IMAGE_MAX_SIZE = settings.IMAGE_MAX_SIZE THUMB_MAX_SIZE = settings.THUMB_MAX_SIZE IMAGE_PREFIX = "" |