diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-06-18 18:41:21 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-07-21 15:07:41 +0200 |
commit | a943717c1adf586d3f59ad35608dbbf306ab45eb (patch) | |
tree | f836cb832551cd1604dff2c99a42cb59ccb8adf7 /archaeological_operations/tests.py | |
parent | 3e1baf5804b27cb84c5db0121d6352d5b80a1535 (diff) | |
download | Ishtar-a943717c1adf586d3f59ad35608dbbf306ab45eb.tar.bz2 Ishtar-a943717c1adf586d3f59ad35608dbbf306ab45eb.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.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/tests.py b/archaeological_operations/tests.py index 3d85c13c3..f676a8300 100644 --- a/archaeological_operations/tests.py +++ b/archaeological_operations/tests.py @@ -45,7 +45,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 |