fixed GAE contains,issue 874, thanks Howesc
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-07-04 22:47:22) dev
|
||||
Version 2.00.0 (2012-07-04 22:48:31) dev
|
||||
|
||||
+1
-1
@@ -8150,7 +8150,7 @@ class Field(Expression):
|
||||
return True
|
||||
|
||||
def __str__(self):
|
||||
quote = self.db._adapter.varquote
|
||||
quote = self.db._adapter and self.db._adapter.varquote or lambda x:x
|
||||
try:
|
||||
return '%s.%s' % (quote(self.tablename), quote(self.name))
|
||||
except:
|
||||
|
||||
Reference in New Issue
Block a user