summaryrefslogtreecommitdiff
path: root/example_project/__init__.py.celery.sample
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 /example_project/__init__.py.celery.sample
parentf5077bcd3cea76f48a2d635385e4b85a16bf6000 (diff)
downloadIshtar-31ae6562099cca5e692fdcdccf0852433d295a3a.tar.bz2
Ishtar-31ae6562099cca5e692fdcdccf0852433d295a3a.zip
♻️ django 3.2 deprecation: url -> re_path ; ugettext_lazy -> gettext_lazy
Diffstat (limited to 'example_project/__init__.py.celery.sample')
-rw-r--r--example_project/__init__.py.celery.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/__init__.py.celery.sample b/example_project/__init__.py.celery.sample
index 3cda63729..357afe22a 100644
--- a/example_project/__init__.py.celery.sample
+++ b/example_project/__init__.py.celery.sample
@@ -1,5 +1,5 @@
# force the retranslation of generated strings and external module
-from django.utils.translation import ugettext_lazy as _
+from django.utils.translation import gettext_lazy as _
from .celery_app import app as celery_app