fixed GAE belong issue, thanks Jonathan and Christian

This commit is contained in:
mdipierro
2012-07-31 19:25:51 -05:00
parent 41c3cdeebe
commit eb0910129d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.00.0 (2012-07-31 19:24:21) dev
Version 2.00.0 (2012-07-31 19:25:48) dev
+1
View File
@@ -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: