filter bug
This commit is contained in:
parent
00898ab212
commit
5c89db63db
|
@ -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 = '用户信息'
|
||||
|
|
Loading…
Reference in New Issue