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-24 18:32:21 +0200
commit3b0ba2784032b835b82a5336c373c1acaa8b0914 (patch)
tree6dd7a0d51c4e53e6b747e0f1552761835b7fd171 /example_project/__init__.py.celery.sample
parentf00b330c99da66acf43219a2ab762b967fac6deb (diff)
downloadIshtar-3b0ba2784032b835b82a5336c373c1acaa8b0914.tar.bz2
Ishtar-3b0ba2784032b835b82a5336c373c1acaa8b0914.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