fixed GAE belong issue, thanks Jonathan and Christian
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-07-31 19:24:21) dev
|
||||
Version 2.00.0 (2012-07-31 19:25:48) dev
|
||||
|
||||
@@ -6179,6 +6179,7 @@ def sqlhtml_validators(field):
|
||||
def list_ref_repr(ids, row=None, r=referenced, f=ff):
|
||||
if not ids:
|
||||
return None
|
||||
refs = None
|
||||
if isinstance(r._db._adapter, GoogleDatastoreAdapter):
|
||||
for i in xrange(0, len(ids), 30):
|
||||
if not refs:
|
||||
|
||||
Reference in New Issue
Block a user