summaryrefslogtreecommitdiff
path: root/archaeological_operations/tests.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-13 18:08:00 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-06-13 18:08:00 +0200
commit7e6016b2bb9732b6b2432ec9329213a1d0c9c9a5 (patch)
treee0578d822d2a267b3f48c1e032fce9e77809e4ae /archaeological_operations/tests.py
parent17426c62ae8bd08d9c66ac0f97dbad1f26d8d154 (diff)
downloadIshtar-7e6016b2bb9732b6b2432ec9329213a1d0c9c9a5.tar.bz2
Ishtar-7e6016b2bb9732b6b2432ec9329213a1d0c9c9a5.zip
♻️ django 3.2 deprecation: url -> re_path ; ugettext_lazy -> gettext_lazy
Diffstat (limited to 'archaeological_operations/tests.py')
-rw-r--r--archaeological_operations/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py
index 6602739d5..425a762f7 100644
--- a/archaeological_operations/tests.py
+++ b/archaeological_operations/tests.py
@@ -42,7 +42,7 @@ from django.utils.text import slugify
from django.utils.translation import activate
from django.contrib.auth.models import User, Permission
-from django.utils.translation import ugettext_lazy as _, pgettext, pgettext_lazy
+from django.utils.translation import gettext_lazy as _, pgettext, pgettext_lazy
from rest_framework.test import APITestCase
from rest_framework.authtoken.models import Token