fix: 修改审计日志中的i18n翻译问题

This commit is contained in:
Michael Bai
2022-01-18 12:25:28 +08:00
committed by 老广
parent ec68fc9562
commit c9f63a3f4a
6 changed files with 120 additions and 127 deletions

View File

@@ -14,7 +14,7 @@ from ..models import Organization
logger = get_logger(__file__)
__all__ = [
'OrgManager', 'OrgModelMixin',
'OrgManager', 'OrgModelMixin', 'Organization'
]