From eb0910129db08bd547d9e94e3e325dd3098f2e3e Mon Sep 17 00:00:00 2001 From: mdipierro Date: Tue, 31 Jul 2012 19:25:51 -0500 Subject: [PATCH] fixed GAE belong issue, thanks Jonathan and Christian --- VERSION | 2 +- gluon/dal.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b0edfc0e..07d1574f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-07-31 19:24:21) dev +Version 2.00.0 (2012-07-31 19:25:48) dev diff --git a/gluon/dal.py b/gluon/dal.py index 3a02e919..a20579f0 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -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: