diff options
| 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 | 
| commit | 3b0ba2784032b835b82a5336c373c1acaa8b0914 (patch) | |
| tree | 6dd7a0d51c4e53e6b747e0f1552761835b7fd171 /archaeological_operations/tests.py | |
| parent | f00b330c99da66acf43219a2ab762b967fac6deb (diff) | |
| download | Ishtar-3b0ba2784032b835b82a5336c373c1acaa8b0914.tar.bz2 Ishtar-3b0ba2784032b835b82a5336c373c1acaa8b0914.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 b9d28cd62..4add8ea4b 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 | 
