filter bug

This commit is contained in:
曹前明 2022-06-22 16:23:29 +08:00
parent 00898ab212
commit 5c89db63db
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class User(AbstractUser, CommonBModel):
depts = models.ManyToManyField(Dept, through='system.userpost')
roles = models.ManyToManyField(Role, verbose_name='关联角色')
objs = SoftDeletableUserManager()
objects = SoftDeletableUserManager()
class Meta:
verbose_name = '用户信息'