summaryrefslogtreecommitdiff
path: root/archaeological_operations/views.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-15 19:32:59 +0200
commit31ae6562099cca5e692fdcdccf0852433d295a3a (patch)
tree365de723a1b9430e1d6f44618c52f2dd4a1abe48 /archaeological_operations/views.py
parentf5077bcd3cea76f48a2d635385e4b85a16bf6000 (diff)
downloadIshtar-31ae6562099cca5e692fdcdccf0852433d295a3a.tar.bz2
Ishtar-31ae6562099cca5e692fdcdccf0852433d295a3a.zip
♻️ django 3.2 deprecation: url -> re_path ; ugettext_lazy -> gettext_lazy
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r--archaeological_operations/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py
index 385061c0a..1d3e87f90 100644
--- a/archaeological_operations/views.py
+++ b/archaeological_operations/views.py
@@ -28,7 +28,7 @@ from django.http import HttpResponse, HttpResponseRedirect, Http404
from django.shortcuts import render, redirect
from django.urls import reverse
from django.views.generic import RedirectView
-from ishtar_common.utils import ugettext_lazy as _, pgettext_lazy, parse_parcels
+from ishtar_common.utils import gettext_lazy as _, pgettext_lazy, parse_parcels
from django.forms import ValidationError
from archaeological_operations import models