summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-05-30 11:43:36 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-24 18:32:22 +0200
commit6ccf194c71e0d9920d0be14c30a64a76d2f6db19 (patch)
tree337e0862c1a393f84bf27a408d293ab013b7730c
parent5ec4033647187c15ed4625bd6ab2623f2f249e7e (diff)
downloadIshtar-6ccf194c71e0d9920d0be14c30a64a76d2f6db19.tar.bz2
Ishtar-6ccf194c71e0d9920d0be14c30a64a76d2f6db19.zip
♻️ django 3.2 deprecation: url -> re_path ; ugettext_lazy -> gettext_lazy
-rw-r--r--archaeological_finds/models_treatments.py1
1 files changed, 0 insertions, 1 deletions
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