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