From 22e1f1f2a167b362ccaa3629c66c64d55aca8dae Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 30 May 2025 11:43:36 +0200 Subject: ♻️ django 3.2 deprecation: url -> re_path ; ugettext_lazy -> gettext_lazy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_finds/models_treatments.py | 1 - 1 file changed, 1 deletion(-) diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py index a4dedbef9..69f0d9d69 100644 --- a/archaeological_finds/models_treatments.py +++ b/archaeological_finds/models_treatments.py @@ -34,7 +34,6 @@ from django.template.defaultfilters import slugify from django.utils import timezone from django.urls import reverse from ishtar_common.utils import gettext_lazy as _, pgettext_lazy - from archaeological_finds.models_finds import Find, FindBasket, TreatmentType, \ FindTreatment from archaeological_operations.models import ClosedItem, Operation -- cgit v1.2.3