fixed Issue 1560:Smartgrid doesn work with Google app engine 1.8.1
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.5.1-stable+timestamp.2013.06.24.14.23.41
|
||||
Version 2.5.1-stable+timestamp.2013.06.25.09.09.16
|
||||
|
||||
+1
-1
@@ -2615,7 +2615,7 @@ class SQLFORM(FORM):
|
||||
except (KeyError, ValueError, TypeError):
|
||||
redirect(URL(args=table._tablename))
|
||||
if nargs == len(args) + 1:
|
||||
query = table._id != None
|
||||
query = table._db._adapter.id_query(table)
|
||||
|
||||
# filter out data info for displayed table
|
||||
if table._tablename in constraints:
|
||||
|
||||
Reference in New Issue
Block a user