fixed issue 1359, typo in dal custom qualifier, thanks Vincenzo

This commit is contained in:
mdipierro
2013-03-06 12:28:48 -06:00
parent 778070dd8a
commit 5e93804525
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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