We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4227d commit 9df3899Copy full SHA for 9df3899
django_project_base/rest/project.py
@@ -11,7 +11,7 @@
11
from django.db.models import Model
12
from django.http import Http404
13
from django.shortcuts import get_object_or_404
14
-from django.utils.translation import gettext as _
+from django.utils.translation import gettext_lazy as _
15
from drf_spectacular.utils import extend_schema, OpenApiResponse
16
from dynamicforms import fields
17
from dynamicforms.action import TableAction, TablePosition
0 commit comments