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