From ada74c84a6d6d7aecf9483fe21bf8a36243c2ff1 Mon Sep 17 00:00:00 2001 From: David Bruno Vontor Date: Mon, 8 Dec 2025 18:19:30 +0100 Subject: [PATCH] Update models.py --- backend/thirdparty/zasilkovna/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/thirdparty/zasilkovna/models.py b/backend/thirdparty/zasilkovna/models.py index 9248775..174911e 100644 --- a/backend/thirdparty/zasilkovna/models.py +++ b/backend/thirdparty/zasilkovna/models.py @@ -22,6 +22,7 @@ from django.utils import timezone from django.core.validators import RegexValidator from django.core.files.base import ContentFile from django.apps import apps +from rest_framework.exceptions import ValidationError from .client import PacketaAPI