This commit is contained in:
2014-11-26 10:47:30 +01:00
parent 9e8df25a2a
commit 3d42fd1fa6

View File

@@ -311,7 +311,7 @@ class SQLCompiler(object):
@property
def sql(self,):
return self.__str__(self)
return self.__str__()
class Queryset(SQLCompiler, SQLQuery):