Fix syntax error
This commit is contained in:
parent
47f0de9836
commit
edcdfeb057
@ -166,7 +166,7 @@ class BaseQuerySet(object):
|
||||
def __bool__(self):
|
||||
""" Same behaviour in Py3 """
|
||||
|
||||
return self.__nonzero__():
|
||||
return self.__nonzero__()
|
||||
|
||||
# Core functions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user