From 8d3914b03cb6370fb36974ca154d0e2c59e9c88c 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 9d8e38bd2..75f6228f4 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