From 5e93804525f5a05cd09d73b99022a5bb071550db Mon Sep 17 00:00:00 2001 From: mdipierro Date: Wed, 6 Mar 2013 12:28:48 -0600 Subject: [PATCH] fixed issue 1359, typo in dal custom qualifier, thanks Vincenzo --- VERSION | 2 +- gluon/dal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b07178d3..35c95901 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.2-stable+timestamp.2013.03.06.12.26.28 +Version 2.4.2-stable+timestamp.2013.03.06.12.28.09 diff --git a/gluon/dal.py b/gluon/dal.py index 2557d3fc..314e870f 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -4505,7 +4505,7 @@ class GoogleDatastoreAdapter(NoSQLAdapter): if isinstance(polymodel,Table) and field.name in polymodel.fields(): continue attr = {} - if isinstance(field.custom_qaulifier, dict): + if isinstance(field.custom_qualifier, dict): #this is custom properties to add to the GAE field declartion attr = field.custom_qualifier field_type = field.type