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 f6cf989 commit 2e49c71Copy full SHA for 2e49c71
apps/common/event/__init__.py
@@ -11,7 +11,7 @@
11
from .listener_manage import *
12
from django.utils.translation import gettext as _
13
14
-from django.utils.translation import gettext as _
+from ..db.sql_execute import update_execute
15
16
update_document_status_sql = """
17
UPDATE "public"."document"
0 commit comments