Fix sql
This commit is contained in:
@@ -311,7 +311,7 @@ class SQLCompiler(object):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def sql(self,):
|
def sql(self,):
|
||||||
return self.__str__(self)
|
return self.__str__()
|
||||||
|
|
||||||
|
|
||||||
class Queryset(SQLCompiler, SQLQuery):
|
class Queryset(SQLCompiler, SQLQuery):
|
||||||
|
|||||||
Reference in New Issue
Block a user