fix(applications): 修复应用列表会返回所有组织下数据的问题

pull/4960/head
Bai 2020-11-09 16:11:23 +08:00 committed by Jiangjie.Bai
parent 26d00329e7
commit 388314ca5a
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ class Application(CommonModelMixin, OrgModelMixin):
comment = models.TextField(
max_length=128, default='', blank=True, verbose_name=_('Comment')
)
objects = QuerySet.as_manager()
class Meta:
unique_together = [('org_id', 'name')]