summaryrefslogtreecommitdiff
path: root/archaeological_files/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-15 19:03:22 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-24 18:32:21 +0200
commit3b0ba2784032b835b82a5336c373c1acaa8b0914 (patch)
tree6dd7a0d51c4e53e6b747e0f1552761835b7fd171 /archaeological_files/tests.py
parentf00b330c99da66acf43219a2ab762b967fac6deb (diff)
downloadIshtar-3b0ba2784032b835b82a5336c373c1acaa8b0914.tar.bz2
Ishtar-3b0ba2784032b835b82a5336c373c1acaa8b0914.zip
♻️ django 3.2 deprecation: url -> re_path ; ugettext_lazy -> gettext_lazy
Diffstat (limited to 'archaeological_files/tests.py')
-rw-r--r--archaeological_files/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/tests.py b/archaeological_files/tests.py
index 89a84f64f..53e29c1cc 100644
--- a/archaeological_files/tests.py
+++ b/archaeological_files/tests.py
@@ -37,7 +37,7 @@ from ishtar_common.tests import (
from ishtar_common.models import Town, IshtarSiteProfile, Person, PersonType, \
Organization, OrganizationType
-from ishtar_common.utils import ugettext_lazy as _
+from ishtar_common.utils import gettext_lazy as _
from archaeological_files import models, views
from archaeological_operations.views import RELATION_FORMSET_EXTRA_FORM