Removed redundant definition of UserModel in ModelBackend.with_perm().
This commit is contained in:
parent
fc2bd40fc7
commit
fffeb5df55
|
@ -134,7 +134,6 @@ class ModelBackend(BaseBackend):
|
||||||
'The `perm` argument must be a string or a permission instance.'
|
'The `perm` argument must be a string or a permission instance.'
|
||||||
)
|
)
|
||||||
|
|
||||||
UserModel = get_user_model()
|
|
||||||
if obj is not None:
|
if obj is not None:
|
||||||
return UserModel._default_manager.none()
|
return UserModel._default_manager.none()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue