fixed issue 1359, typo in dal custom qualifier, thanks Vincenzo
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user